From ff71bcd0c5425c168f111b8f4a92d0a90a6c9c31 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 11 Dec 2022 14:48:08 -0600 Subject: Implement data aborts --- tb/sim/paging.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tb/sim/paging.py') diff --git a/tb/sim/paging.py b/tb/sim/paging.py index 799f03d..2249be0 100644 --- a/tb/sim/paging.py +++ b/tb/sim/paging.py @@ -3,3 +3,6 @@ cycles = 4096 def final(): assert_reg(r0, 0x01234567) assert_reg(r1, 0x89abcdef) + assert_reg(r2, 0x89abcde0) + assert_reg(r3, 0) + assert_reg(r4, read_reg(r5)) -- cgit v1.2.3