From 0b6aedb9b51878e6d5e4917b58d8c7466e7c669d Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 23 Oct 2022 21:35:49 -0600 Subject: Add sim test: shifts --- tb/sim/shifts.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tb/sim/shifts.py (limited to 'tb/sim/shifts.py') 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) -- cgit v1.2.3