From 79e05aa7f0ccce6eb26248ddef3e928727857a9c Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 11 Dec 2022 23:54:38 -0600 Subject: Implement prefetch aborts --- tb/sim/paging.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tb/sim/paging.py') diff --git a/tb/sim/paging.py b/tb/sim/paging.py index e687051..b34e76a 100644 --- a/tb/sim/paging.py +++ b/tb/sim/paging.py @@ -6,3 +6,4 @@ def final(): assert_reg(r2, 0x89abcde0) assert_reg(r3, 0b0101) # Section translation fault, p. 720 assert_reg(r4, read_reg(r5)) + assert_reg(r6, 0x89abcde4) -- cgit v1.2.3