ci the cpu_top.v

This commit is contained in:
yunlongLi 2024-11-11 20:19:11 +08:00
parent 12df4b3389
commit 54474aa1df
1 changed files with 1 additions and 1 deletions

View File

@ -109,11 +109,11 @@ if_id u_if_id(
//==========================< ID part >=========================
regs u_regs(
.clk(clk),
.we(WB_ABLE),
.raddr1(ID_INS[25:21]),
.raddr2(ID_INS[20:16]),
.rdata1(ID_RS),
.rdata2(ID_RT),
.we(WB_ABLE),
.waddr(WB_ADDR),
.wdata(WB_DATA)
);