summaryrefslogtreecommitdiff
path: root/tb/sim/paging.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tb/sim/paging.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tb/sim/paging.py b/tb/sim/paging.py
new file mode 100644
index 0000000..799f03d
--- /dev/null
+++ b/tb/sim/paging.py
@@ -0,0 +1,5 @@
+cycles = 4096
+
+def final():
+ assert_reg(r0, 0x01234567)
+ assert_reg(r1, 0x89abcdef)