commented-out code
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 13 Dec 2021 14:14:33 +0000 (14:14 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 13 Dec 2021 14:14:36 +0000 (14:14 +0000)
src/soc/experiment/test/test_loadstore1.py

index 2b08f01d2ae5a74426f61150017fade48c274ed5..d6a7ae2b2508188792a9bae6da485313fe52f93e 100644 (file)
@@ -654,7 +654,7 @@ def _test_loadstore1_ifetch_invalid(dut, mem):
     yield ldst.priv_mode.eq(0)
     yield ldst.instr_fault.eq(1)
     yield ldst.maddr.eq(virt_addr)
-    #ld_data, exctype, exc = yield from pi_ld(pi, virt_addr, 8, msr_pr=1)
+    #ld_data, exctype, exc = yield from pi_ld(pi, virt_addr, 8, msr=msr)
     yield
     yield ldst.instr_fault.eq(0)
     while True: