diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-10-23 21:35:49 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-10-23 21:35:49 -0600 |
| commit | 0b6aedb9b51878e6d5e4917b58d8c7466e7c669d (patch) | |
| tree | d67985ab07e388b01ecfb832f9d9873acb30c3a5 /tb/sim/shifts.py | |
| parent | 95644e64bfde13b3cc56537740851906f0eba173 (diff) | |
Add sim test: shifts
Diffstat (limited to 'tb/sim/shifts.py')
| -rw-r--r-- | tb/sim/shifts.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tb/sim/shifts.py b/tb/sim/shifts.py new file mode 100644 index 0000000..38f24a2 --- /dev/null +++ b/tb/sim/shifts.py @@ -0,0 +1,4 @@ +def final(): + assert_reg(r0, 0x00015000) + assert_reg(r2, 0x00015000) + assert_reg(r3, 0xaaa9fd55) |
