From 8d590a8a7178659278ea44424d8456be16a006ad Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 6 Nov 2022 15:56:06 -0600 Subject: Clean-up control.sv --- rtl/core/control/control.sv | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rtl/core/control/control.sv') diff --git a/rtl/core/control/control.sv b/rtl/core/control/control.sv index e8a1a69..056606d 100644 --- a/rtl/core/control/control.sv +++ b/rtl/core/control/control.sv @@ -54,8 +54,6 @@ module core_control coproc ); - assign reg_mode = `MODE_SVC; //TODO - ctrl_cycle cycle, next_cycle; core_control_cycles ctrl_cycles @@ -131,10 +129,4 @@ module core_control .* ); - always_ff @(posedge clk) - wb_alu_flags <= alu_flags; - - initial - wb_alu_flags = 4'b0000; - endmodule -- cgit v1.2.3