From bf8bd4a00f1cdfc93b2f702f5f87918e66a2e361 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 7 Nov 2022 13:30:03 -0600 Subject: Add test sim: modeswitch --- tb/sim/modeswitch.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tb/sim/modeswitch.py (limited to 'tb/sim/modeswitch.py') diff --git a/tb/sim/modeswitch.py b/tb/sim/modeswitch.py new file mode 100644 index 0000000..6919f2e --- /dev/null +++ b/tb/sim/modeswitch.py @@ -0,0 +1,3 @@ +def final(): + #TODO + assert_reg(r0, -1) -- cgit v1.2.3