diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-10-16 01:38:33 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-10-16 01:38:33 -0600 |
| commit | 2e6ce7931b690ccec1e41fa6847dfc1351c59d75 (patch) | |
| tree | 81759ffd1e61465a26e03414f25fbbb918308350 /rtl/core/arm810.sv | |
| parent | f0b38daac3a2f987deb79fcca763f3b84b0f2b73 (diff) | |
Rename cycles as control
Diffstat (limited to 'rtl/core/arm810.sv')
| -rw-r--r-- | rtl/core/arm810.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv index c43a832..c49600f 100644 --- a/rtl/core/arm810.sv +++ b/rtl/core/arm810.sv @@ -59,7 +59,7 @@ module arm810 word alu_a, alu_b, wr_value; logic[7:0] shifter_shift; - core_cycles cycles + core_control control ( .branch(explicit_branch), .alu(alu_ctrl), |
