diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-02 22:54:55 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-02 23:29:46 -0600 |
| commit | 548187dfc392d0beef4cc86e7d3d22d885276e5d (patch) | |
| tree | cdfbfb193efbed410e208003e97487e7474ef2e5 /tb/sim/smp_boot.py | |
| parent | 461d40fd78d49bef4420c7044426cb181fc5e6d8 (diff) | |
tb/sim: add test: smp_boot
Diffstat (limited to 'tb/sim/smp_boot.py')
| -rw-r--r-- | tb/sim/smp_boot.py | 4 |
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) |
