From 280cb5bb42f56d13ae2043b955a7bf286022b0b7 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 7 Nov 2022 13:52:12 -0600 Subject: Quartus has not support for unique0 --- rtl/core/control/select.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/core/control/select.sv') 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; -- cgit v1.2.3