summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/arm810.sv')
-rw-r--r--rtl/core/arm810.sv4
1 files changed, 3 insertions, 1 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv
index 9b36a41..2600e51 100644
--- a/rtl/core/arm810.sv
+++ b/rtl/core/arm810.sv
@@ -5,13 +5,15 @@ module arm810
input logic clk,
rst_n,
irq,
+ halt,
output ptr bus_addr,
output logic bus_start,
bus_write,
input logic bus_ready,
input word bus_data_rd,
- output word bus_data_wr
+ output word bus_data_wr,
+ output logic halted
);
ptr fetch_insn_pc, fetch_head, insn_addr;