diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-02 11:15:34 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-02 23:29:46 -0600 |
| commit | fbe3ab39675d338eb6d5388b7deacf98a3a8ae2d (patch) | |
| tree | 6a3a8479031d1434a18af4385713dd48207d3814 /rtl/core/uarch.sv | |
| parent | 70d7dc9489f4d5b91d8138e0a341eec4ad7f15b0 (diff) | |
rtl/core: implement ldrex/strex decode
Diffstat (limited to 'rtl/core/uarch.sv')
| -rw-r--r-- | rtl/core/uarch.sv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index 38b0130..a474274 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -150,6 +150,7 @@ typedef struct packed logic load, increment, writeback, + exclusive, sign_extend, pre_indexed, unprivileged, |
