From 548187dfc392d0beef4cc86e7d3d22d885276e5d Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 2 Oct 2023 22:54:55 -0600 Subject: tb/sim: add test: smp_boot --- tb/sim/smp_boot.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tb/sim/smp_boot.py (limited to 'tb/sim/smp_boot.py') 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) -- cgit v1.2.3