diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-07 13:52:12 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-07 14:28:50 -0600 |
| commit | 280cb5bb42f56d13ae2043b955a7bf286022b0b7 (patch) | |
| tree | 20a4c22ada00ad2c5ac6e65c864e4f7e8d5ead3d /rtl/core/control/mul.sv | |
| parent | bf8bd4a00f1cdfc93b2f702f5f87918e66a2e361 (diff) | |
Quartus has not support for unique0
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; |
