Kinda working
This commit is contained in:
@@ -11,6 +11,7 @@ logic rst;
|
||||
|
||||
logic o_irq_ext;
|
||||
logic i_irq_ext;
|
||||
logic i_nmi_ext;
|
||||
|
||||
|
||||
verilog6502_wrapper u_dut(
|
||||
@@ -22,7 +23,8 @@ verilog6502_wrapper u_dut(
|
||||
.s_axi_rd(s_axi),
|
||||
.s_axi_wr(s_axi),
|
||||
.o_irq_ext(o_irq_ext),
|
||||
.i_irq_ext(i_irq_ext)
|
||||
.i_irq_ext(i_irq_ext),
|
||||
.i_nmi_ext(i_nmi_ext)
|
||||
);
|
||||
|
||||
endmodule
|
||||
Reference in New Issue
Block a user