From 739a690947165c4c319d2dbd76d4368bf4b59b5a Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 16 Nov 2022 18:37:59 -0600 Subject: Implement privilege escalation --- rtl/core/uarch.sv | 1 + 1 file changed, 1 insertion(+) (limited to 'rtl/core/uarch.sv') 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, -- cgit v1.2.3