diff options
Diffstat (limited to 'rtl/core/arm810.sv')
| -rw-r--r-- | rtl/core/arm810.sv | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv index 89a2a68..05bce76 100644 --- a/rtl/core/arm810.sv +++ b/rtl/core/arm810.sv @@ -14,7 +14,9 @@ module arm810 input word bus_data_rd, output word bus_data_wr, output logic[3:0] bus_data_be, - output logic halted + + output logic halted, + breakpoint ); ptr fetch_insn_pc, fetch_head, insn_addr; |
