Correct failing test.
authorDaniel Benusovich <flyingmonkeys1996@gmail.com>
Mon, 1 Apr 2019 05:51:03 +0000 (22:51 -0700)
committerDaniel Benusovich <flyingmonkeys1996@gmail.com>
Mon, 1 Apr 2019 05:51:03 +0000 (22:51 -0700)
TLB/test/test_pte_entry.py

index 3bf00fec82ddd2747977035aee30b97a3062123f..5faa0bf18b680debaed29bd570716894fd2ab8f6 100644 (file)
@@ -90,7 +90,7 @@ def testbench(dut):
     xwr = 7
     valid = 1
     asid = 0x0721
-    pte = 0x00000000110000FF
+    pte = 0x000000001100001F
     yield from set_entry(dut, i)
     yield from check_all(dut, dirty, access, glob, user, xwr, valid, asid, pte)