Fix hwloops, registers were stalled when they should have been active

This commit is contained in:
Andreas Traber 2015-11-19 11:16:39 +01:00
parent 89fec097fb
commit b0a9e37c63

View file

@ -793,7 +793,7 @@ module riscv_id_stage
.hwloop_regid_i ( hwloop_regid ),
// from controller
.stall_id_i ( instr_valid_i ),
.stall_id_i ( ~instr_valid_i ),
// to hwloop controller
.hwloop_start_addr_o ( hwloop_start_addr ),