diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-10-23 23:48:10 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-10-23 23:48:10 -0600 |
| commit | d7f0455df4b430f9ae545672850c86a4c98de71e (patch) | |
| tree | ba1c932b6f224f3485ef8b91ece32c3d26059dc7 /rtl/core/control | |
| parent | 0374ac313e850d2356e36bd42df59846df3111f7 (diff) | |
Move control cycles enum to public uarch interface
Diffstat (limited to 'rtl/core/control')
| -rw-r--r-- | rtl/core/control/control.sv | 10 |
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, |
