Add missing csr_src connection from the control unit to the flip flop
This commit is contained in:
parent
dd52e5c318
commit
62ea036b23
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ module rv32_decode (
|
|||
.csr_read_out(csr_read),
|
||||
.csr_write_out(csr_write),
|
||||
.csr_write_op_out(csr_write_op),
|
||||
.csr_src_out(csr_src),
|
||||
.branch_op_out(branch_op),
|
||||
.branch_pc_src_out(branch_pc_src),
|
||||
.rd_write_out(rd_write)
|
||||
|
|
|
|||
Loading…
Reference in a new issue