summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-10 10:11:33 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-10 10:11:33 -0600
commitacca3eb31a051f335c51306786bb972c21634998 (patch)
tree9f8fc3da1a8494e88c5043735862e56c54356bc0 /rtl/core/arm810.sv
parent0f89db514bd174def590645c30a7bd358ea6be93 (diff)
Fix reset glitches
Diffstat (limited to 'rtl/core/arm810.sv')
-rw-r--r--rtl/core/arm810.sv4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv
index 083163d..9b36a41 100644
--- a/rtl/core/arm810.sv
+++ b/rtl/core/arm810.sv
@@ -80,6 +80,10 @@ module arm810
psr_flags flags;
psr_intmask intmask;
+ //TODO
+ assign psr_write = 0;
+ assign psr_saved = 0;
+
core_psr psr
(
.mask(intmask),