summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-09 09:25:48 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-09 09:25:48 -0600
commit5d798386c3b1c1dc45a2fbc382c9367ccc27c524 (patch)
treea04fff74505af30c8044f80f523fd887331e6234 /rtl/core/arm810.sv
parent65590be80332d132d7037bfe3bb19e5d6e5bcd7b (diff)
Implement reset
Diffstat (limited to '')
-rw-r--r--rtl/core/arm810.sv1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv
index 07a397b..ead6f94 100644
--- a/rtl/core/arm810.sv
+++ b/rtl/core/arm810.sv
@@ -3,6 +3,7 @@
module arm810
(
input logic clk,
+ rst_n,
irq,
output ptr bus_addr,