[Add] add ext_int

This commit is contained in:
2023-07-23 01:59:53 +08:00
parent 3e9b7e2b29
commit 27ef99503d
6 changed files with 17 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ module mycpu_top
(
input aclk,
input aresetn,
output timer_int,
input [ 7:0] ext_int,
output [ 3:0] arid,
output [31:0] araddr,
@@ -135,6 +135,7 @@ module mycpu_top
mycpu_core mycpu_core(
.clk (clk ),
.resetn (resetn ),
.ext_int (ext_int ),
.inst_sram_en (inst_sram_en ),
.inst_sram_we (inst_sram_we ),