mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Fix
This commit is contained in:
parent
18000c5b90
commit
6eeeb11b8e
1 changed files with 2 additions and 2 deletions
|
@ -1781,9 +1781,9 @@ module riscv_id_stage
|
|||
// stall control
|
||||
// CONFIG_REGION: ONLY_ALIGNED
|
||||
`ifdef ONLY_ALIGNED
|
||||
assign id_ready_o = ((~misaligned_stall) & (~jr_stall) & (~load_stall) & ex_ready_i);
|
||||
`else
|
||||
assign id_ready_o = ((~jr_stall) & (~load_stall) & ex_ready_i);
|
||||
`else
|
||||
assign id_ready_o = ((~misaligned_stall) & (~jr_stall) & (~load_stall) & ex_ready_i);
|
||||
`endif // ONLY_ALIGNED
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue