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, 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),