summaryrefslogtreecommitdiff
path: root/rtl/core/uarch.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-02 11:15:34 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-02 23:29:46 -0600
commitfbe3ab39675d338eb6d5388b7deacf98a3a8ae2d (patch)
tree6a3a8479031d1434a18af4385713dd48207d3814 /rtl/core/uarch.sv
parent70d7dc9489f4d5b91d8138e0a341eec4ad7f15b0 (diff)
rtl/core: implement ldrex/strex decode
Diffstat (limited to 'rtl/core/uarch.sv')
-rw-r--r--rtl/core/uarch.sv1
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,