Add INT2 handling

This commit is contained in:
Stefan Reinauer 2025-05-07 10:54:10 +08:00
parent 9584898714
commit 0c1b5945bf

View File

@ -287,6 +287,8 @@ assign DBLT_int = !BMASTER && !MASTER && configured && !READ && !slave_cycle &&
assign DBLT = DBLT_int;
assign INT2_n = INT_n || ~SREG;
intreg_access INTREG_ACCESS (
.CLK(CLK),