summaryrefslogtreecommitdiff
path: root/tb/sim/smp_boot.py
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-02 22:54:55 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-02 23:29:46 -0600
commit548187dfc392d0beef4cc86e7d3d22d885276e5d (patch)
treecdfbfb193efbed410e208003e97487e7474ef2e5 /tb/sim/smp_boot.py
parent461d40fd78d49bef4420c7044426cb181fc5e6d8 (diff)
tb/sim: add test: smp_boot
Diffstat (limited to '')
-rw-r--r--tb/sim/smp_boot.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tb/sim/smp_boot.py b/tb/sim/smp_boot.py
new file mode 100644
index 0000000..40c3012
--- /dev/null
+++ b/tb/sim/smp_boot.py
@@ -0,0 +1,4 @@
+def final():
+ assert_reg(r1, 4)
+ assert_reg(r2, 0x01010100)
+ assert_reg(r3, 0)