From 7bf965b755b667f7da05e0995c2f09c54a8a2f11 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 15 Dec 2022 00:41:05 -0600 Subject: Implement swi (system call) --- 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 8ef0ae7..82dc1dc 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -88,6 +88,7 @@ typedef struct packed ldst, mul, psr, + swi, nop, bkpt; } ctrl_decode; -- cgit v1.2.3