summaryrefslogtreecommitdiff
path: root/tb/sim/paging.py
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-12-11 23:54:38 -0600
committerAlejandro Soto <alejandro@34project.org>2022-12-16 16:29:10 -0600
commit79e05aa7f0ccce6eb26248ddef3e928727857a9c (patch)
tree8c67d6532234dac0eace7f005638efc8441105a5 /tb/sim/paging.py
parent0284628a47d5b4797c89f6846b9efee3f1243b94 (diff)
Implement prefetch aborts
Diffstat (limited to 'tb/sim/paging.py')
-rw-r--r--tb/sim/paging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tb/sim/paging.py b/tb/sim/paging.py
index e687051..b34e76a 100644
--- a/tb/sim/paging.py
+++ b/tb/sim/paging.py
@@ -6,3 +6,4 @@ def final():
assert_reg(r2, 0x89abcde0)
assert_reg(r3, 0b0101) # Section translation fault, p. 720
assert_reg(r4, read_reg(r5))
+ assert_reg(r6, 0x89abcde4)