mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Fix hwloops, registers were stalled when they should have been active
This commit is contained in:
parent
89fec097fb
commit
b0a9e37c63
1 changed files with 1 additions and 1 deletions
|
@ -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 ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue