diff options
Diffstat (limited to 'rtl/core/control/select.sv')
| -rw-r--r-- | rtl/core/control/select.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/control/select.sv b/rtl/core/control/select.sv index 46a16d7..cedf3cf 100644 --- a/rtl/core/control/select.sv +++ b/rtl/core/control/select.sv @@ -27,7 +27,7 @@ module core_control_select assign reg_mode = `MODE_SVC; //TODO always_ff @(posedge clk) - unique0 case(next_cycle) + unique case(next_cycle) ISSUE: if(issue) begin ra <= dec_data.rn; |
