diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-06 15:27:42 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-06 15:27:42 -0600 |
| commit | b1761b8eac5777c09723bbc8cd31cc05d8ec35ae (patch) | |
| tree | a7a50591a1b5f9d7e26a7f6797a97d9ac213879a /rtl/core/decode/isa.sv | |
| parent | 064b72ae4eb22336438288a9664a37c0dd07f4bc (diff) | |
Implement breakpoints
Diffstat (limited to 'rtl/core/decode/isa.sv')
| -rw-r--r-- | rtl/core/decode/isa.sv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rtl/core/decode/isa.sv b/rtl/core/decode/isa.sv index 7c27f49..4c9f316 100644 --- a/rtl/core/decode/isa.sv +++ b/rtl/core/decode/isa.sv @@ -209,4 +209,8 @@ `define FIELD_SWI_IMM [23:0] +// GDB swbreak (a magic 'und') + +`define INSN_GDB_SWBREAK 28'h7ffdefe + `endif |
