diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-15 18:32:55 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-15 18:32:55 -0600 |
| commit | a055bc85bc50897644e7ed62699abff46d818d5f (patch) | |
| tree | 3f6bad895db229e3f004affa057967c2c0e1ea25 /rtl/core/control/control.sv | |
| parent | 5e8bafd124266be27532fc947e246eef35e45789 (diff) | |
Rewrite duplicate ldst logic as signal ldst_next
Diffstat (limited to 'rtl/core/control/control.sv')
| -rw-r--r-- | rtl/core/control/control.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/control/control.sv b/rtl/core/control/control.sv index d204b96..506af2b 100644 --- a/rtl/core/control/control.sv +++ b/rtl/core/control/control.sv @@ -87,7 +87,7 @@ module core_control ); word mem_offset; - logic ldst, ldst_writeback, pop_valid; + logic ldst, ldst_next, ldst_writeback, pop_valid; reg_num popped; core_control_ldst ctrl_ldst |
