summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-12-13 21:57:04 -0600
committerAlejandro Soto <alejandro@34project.org>2022-12-16 16:29:10 -0600
commitf3c153f342ed969b1abfbe79d1017b651f21a649 (patch)
tree20fb2e5d867d4412a46a0d928461119722c0be9a /rtl/core/arm810.sv
parent0c63c46e31642d0102542a745af6b445a9d22b3b (diff)
Implement IRQ exceptions
Diffstat (limited to 'rtl/core/arm810.sv')
-rw-r--r--rtl/core/arm810.sv3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv
index c820720..569b973 100644
--- a/rtl/core/arm810.sv
+++ b/rtl/core/arm810.sv
@@ -5,7 +5,8 @@ module arm810
(
input logic clk,
rst_n,
- irq,
+
+ input logic irq,
halt,
step,