summaryrefslogtreecommitdiff
path: root/rtl/core/control
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-10-23 23:48:10 -0600
committerAlejandro Soto <alejandro@34project.org>2022-10-23 23:48:10 -0600
commitd7f0455df4b430f9ae545672850c86a4c98de71e (patch)
treeba1c932b6f224f3485ef8b91ece32c3d26059dc7 /rtl/core/control
parent0374ac313e850d2356e36bd42df59846df3111f7 (diff)
Move control cycles enum to public uarch interface
Diffstat (limited to 'rtl/core/control')
-rw-r--r--rtl/core/control/control.sv10
1 files changed, 1 insertions, 9 deletions
diff --git a/rtl/core/control/control.sv b/rtl/core/control/control.sv
index 7cfb80c..dee234e 100644
--- a/rtl/core/control/control.sv
+++ b/rtl/core/control/control.sv
@@ -43,15 +43,7 @@ module core_control
mem_write
);
- enum
- {
- ISSUE,
- RD_INDIRECT_SHIFT,
- WITH_SHIFT,
- TRANSFER,
- BASE_WRITEBACK,
- EXCEPTION
- } cycle, next_cycle;
+ ctrl_cycle cycle, next_cycle;
logic bubble, next_bubble, final_writeback, final_update_flags,
ldst, ldst_pre, ldst_increment, ldst_writeback, pop_valid,