1
0

remove host.start signal, use reset instead

This commit is contained in:
Andrew Waterman
2012-01-11 17:49:32 -08:00
parent 92dda102b6
commit bcb55e581a
3 changed files with 2 additions and 5 deletions

View File

@ -150,7 +150,7 @@ class rocketDpath extends Component
Mux(io.ctrl.sel_pc === PC_MEM, mem_reg_pc,
if_pc_plus4))))))); // PC_4
when (!io.ctrl.stallf && io.host.start) {
when (!io.ctrl.stallf) {
if_reg_pc <== if_next_pc.toUFix;
}