summaryrefslogtreecommitdiff
path: root/rtl/core/uarch.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-16 18:37:59 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-16 23:32:24 -0600
commit739a690947165c4c319d2dbd76d4368bf4b59b5a (patch)
tree7d496634c687205a6b515f697a098b38db640045 /rtl/core/uarch.sv
parent08357c4ae9e88b6d629a2942a9128f2049c42ba9 (diff)
Implement privilege escalation
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 3aff072..c1e5abb 100644
--- a/rtl/core/uarch.sv
+++ b/rtl/core/uarch.sv
@@ -192,6 +192,7 @@ typedef struct packed
with_shift,
transfer,
base_writeback,
+ escalate,
exception,
mul,
mul_acc_ld,