diff options
Diffstat (limited to 'tb/sim/irq.py')
| -rw-r--r-- | tb/sim/irq.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tb/sim/irq.py b/tb/sim/irq.py new file mode 100644 index 0000000..9691e4c --- /dev/null +++ b/tb/sim/irq.py @@ -0,0 +1,4 @@ +def final(): + assert_reg(r0, 1) + assert_reg(r1, 0b01) + assert_reg(r2, 2) |
