summaryrefslogtreecommitdiff
path: root/tb/sim/paging.py
blob: e687051640b22044c53283204520057f02a5b514 (plain)
1
2
3
4
5
6
7
8
cycles = 4096

def final():
    assert_reg(r0, 0x01234567)
    assert_reg(r1, 0x89abcdef)
    assert_reg(r2, 0x89abcde0)
    assert_reg(r3, 0b0101) # Section translation fault, p. 720
    assert_reg(r4, read_reg(r5))