test_compldst_multi_mmu.py: use nmigen.back.pysim
authorTobias Platen <tplaten@posteo.de>
Thu, 28 Oct 2021 18:25:51 +0000 (20:25 +0200)
committerTobias Platen <tplaten@posteo.de>
Thu, 28 Oct 2021 18:25:51 +0000 (20:25 +0200)
src/soc/experiment/test/test_compldst_multi_mmu.py

index 8f5fcf1a50016cc5f74fcde268b663d00d09472d..63f9854ed46bd70c340c78dff1c0348c5bd5cfa3 100644 (file)
@@ -1,7 +1,6 @@
 # test case for LOAD / STORE Computation Unit using MMU
 
-#from nmigen.compat.sim import run_simulation
-from nmigen.compat.sim import Simulator, Delay, Settle
+from nmigen.back.pysim import Simulator, Delay, Settle, Tick
 from nmigen.cli import verilog, rtlil
 from nmigen import Module, Signal, Mux, Cat, Elaboratable, Array, Repl
 from nmigen.hdl.rec import Record, Layout