From b1761b8eac5777c09723bbc8cd31cc05d8ec35ae Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 6 Dec 2022 15:27:42 -0600 Subject: Implement breakpoints --- rtl/core/uarch.sv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rtl/core/uarch.sv') diff --git a/rtl/core/uarch.sv b/rtl/core/uarch.sv index c1e5abb..ac3b567 100644 --- a/rtl/core/uarch.sv +++ b/rtl/core/uarch.sv @@ -87,7 +87,8 @@ typedef struct packed coproc, ldst, mul, - psr; + psr, + bkpt; } ctrl_decode; typedef struct packed -- cgit v1.2.3