diff options
Diffstat (limited to '')
| -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) |
