diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-11 14:48:08 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-16 16:27:20 -0600 |
| commit | ff71bcd0c5425c168f111b8f4a92d0a90a6c9c31 (patch) | |
| tree | 41190239b9220db09d8849afb6d6f6dbbc03f59b /tb/sim/paging.py | |
| parent | 6fee344b754464b1fd17f7c0429e6597e51dc74d (diff) | |
Implement data aborts
Diffstat (limited to 'tb/sim/paging.py')
| -rw-r--r-- | tb/sim/paging.py | 3 |
1 files changed, 3 insertions, 0 deletions
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)) |
