diff options
Diffstat (limited to '')
| -rw-r--r-- | rtl/core/control/stall.sv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rtl/core/control/stall.sv b/rtl/core/control/stall.sv index c2f6a4d..4dc56e4 100644 --- a/rtl/core/control/stall.sv +++ b/rtl/core/control/stall.sv @@ -38,6 +38,7 @@ module core_control_stall always_ff @(posedge clk) bubble <= next_cycle == ISSUE ? next_bubble : 0; - initial bubble = 0; + initial + bubble = 0; endmodule |
