mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Fix syntax
This commit is contained in:
parent
85fd5eccd9
commit
a1ac1ca6be
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ module riscv_controller
|
|||
halt_if_o = 1'b1;
|
||||
|
||||
if (id_ready_i)
|
||||
ctrl_fsm = WAIT_BRANCH_EX;
|
||||
ctrl_fsm_ns = WAIT_BRANCH_EX;
|
||||
`else
|
||||
// there is a branch in the EX stage that is taken
|
||||
pc_mux_o = PC_BRANCH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue