diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-03 07:44:27 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-03 07:44:27 -0600 |
| commit | 6ddd97b7289b043c41ac65ae35931bd5b5acfaeb (patch) | |
| tree | f03430dedaae6e02352e74d35d8daed174be6031 /rtl/core/control/control.sv | |
| parent | 548187dfc392d0beef4cc86e7d3d22d885276e5d (diff) | |
rtl/core/control: reject strex after exceptions
Diffstat (limited to 'rtl/core/control/control.sv')
| -rw-r--r-- | rtl/core/control/control.sv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/core/control/control.sv b/rtl/core/control/control.sv index 6090f2d..27be940 100644 --- a/rtl/core/control/control.sv +++ b/rtl/core/control/control.sv @@ -112,8 +112,8 @@ module core_control .* ); - word mem_offset, ldst_read; - logic ldst, ldst_next, ldst_writeback, pop_valid; + word mem_offset, ldst_read, strex_ok; + logic ldst, ldst_next, ldst_reject, ldst_writeback, pop_valid; reg_num popped; logic[1:0] ldst_shift; |
