summaryrefslogtreecommitdiff
path: root/rtl/core/control/control.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-06 15:56:06 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-06 15:56:06 -0600
commit8d590a8a7178659278ea44424d8456be16a006ad (patch)
tree4b27c164ba3d17f2b398a772d277e82861680aae /rtl/core/control/control.sv
parent6e6e7a1add425af55f2f64f84cc312c231f9db45 (diff)
Clean-up control.sv
Diffstat (limited to 'rtl/core/control/control.sv')
-rw-r--r--rtl/core/control/control.sv8
1 files changed, 0 insertions, 8 deletions
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