diff options
Diffstat (limited to 'rtl/core/control/mul.sv')
| -rw-r--r-- | rtl/core/control/mul.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/control/mul.sv b/rtl/core/control/mul.sv index 81fc120..c3625f8 100644 --- a/rtl/core/control/mul.sv +++ b/rtl/core/control/mul.sv @@ -35,7 +35,7 @@ module core_control_mul always_ff @(posedge clk) begin mul_start <= 0; - unique0 case(next_cycle) + unique case(next_cycle) ISSUE: if(issue) begin mul <= dec.mul; |
