enable microwatt mmu test2
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 8 Jan 2022 15:42:58 +0000 (15:42 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 8 Jan 2022 15:42:58 +0000 (15:42 +0000)
src/soc/experiment/test/test_loadstore1.py

index eb31acf04d1ccd3fb98a5abec0cbfcecfa6da376..935c5aa5f37b3f74f2558cfca7de8e8491b2ffce 100644 (file)
@@ -890,7 +890,7 @@ def test_loadstore1_microwatt_mmu_bin_test2():
 
     sim.add_sync_process(wrap(_test_loadstore1_microwatt_mmu_bin_test2(m, mem)))
     sim.add_sync_process(wrap(wb_get(cmpi.wb_bus(), mem)))
-    with sim.write_vcd('test_loadstore1.vcd'):
+    with sim.write_vcd('test_microwatt_mmu_test2.vcd'):
         sim.run()
 
 def test_loadstore1_misalign():
@@ -979,10 +979,10 @@ def test_loadstore1_ifetch_multi():
 
 if __name__ == '__main__':
     #test_loadstore1()
-    #test_loadstore1_microwatt_mmu_bin_test2()
+    test_loadstore1_microwatt_mmu_bin_test2()
     #test_loadstore1_invalid()
     #test_loadstore1_ifetch() #FIXME
     #test_loadstore1_ifetch_invalid()
     #test_loadstore1_ifetch_unit_iface() # guess: should be working
     #test_loadstore1_ifetch_multi()
-    test_loadstore1_misalign()
+    #test_loadstore1_misalign()