mirror of
https://github.com/olofk/serv.git
synced 2025-04-24 13:57:08 -04:00
Simplify bufreg.i_clr
This commit is contained in:
parent
8dc137fb07
commit
8c63a1a22f
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ module serv_top
|
|||
.i_cnt (cnt[4:2]),
|
||||
.i_cnt_r (cnt_r[1:0]),
|
||||
.i_en (!(bufreg_hold | o_dbus_cyc)),
|
||||
.i_clr (!((alu_en & mem_op) | (jal_or_jalr & alu_init))), //FIXME
|
||||
.i_clr (!alu_init),
|
||||
.i_loop (bufreg_loop),
|
||||
.i_rs1 (rs1),
|
||||
.i_rs1_en (bufreg_rs1_en),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue