From fbe3ab39675d338eb6d5388b7deacf98a3a8ae2d Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 2 Oct 2023 11:15:34 -0600 Subject: rtl/core: implement ldrex/strex decode --- 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 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, -- cgit v1.2.3