update store data reg 10 to 0xfe in virtmode mmu test
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 10 Nov 2021 19:42:53 +0000 (19:42 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 10 Nov 2021 19:42:53 +0000 (19:42 +0000)
src/soc/simple/test/test_issuer_mmu.py

index 0fdb986e93a9833d937ab6d803e7bb6b8e79f60b..2076b7a0f97f65818fce7f1e566c5faa1367d3d2 100644 (file)
@@ -107,6 +107,7 @@ class MMUTestCase(TestAccumulatorBase):
         initial_regs[2] = 0x3456
         initial_regs[3] = 0x4321
         initial_regs[4] = 0x6543
+        initial_regs[10] = 0xfe
         initial_mem = {}
         #enable virtmode
         initial_msr = 1 << MSR.PR # must set "problem" state for virtual memory