From f3c153f342ed969b1abfbe79d1017b651f21a649 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Tue, 13 Dec 2022 21:57:04 -0600 Subject: Implement IRQ exceptions --- rtl/core/arm810.sv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rtl/core/arm810.sv') 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, -- cgit v1.2.3