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
a1ac1ca6be
commit
4f7a80bd06
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ module riscv_controller
|
|||
begin
|
||||
pc_mux_o = PC_BRANCH;
|
||||
pc_set_o = 1'b1;
|
||||
ctrl_fsm_cs = DECODE;
|
||||
ctrl_fsm_ns = DECODE;
|
||||
halt_if_o = 1'b0;
|
||||
|
||||
// if we want to debug, flush the pipeline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue