test/test_axi: remove litex.gen.sim import (was only useful for debug)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 12 Jun 2019 09:28:06 +0000 (11:28 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 12 Jun 2019 09:28:06 +0000 (11:28 +0200)
test/test_axi.py

index 88aa11c03962d48abeec7c361c64f29347269d46..d143576098a62e50b1d7c0311ea9303ed76d6585 100644 (file)
@@ -6,8 +6,6 @@ from migen import *
 from litex.soc.interconnect.axi import *
 from litex.soc.interconnect import wishbone
 
-from litex.gen.sim import *
-
 
 def rand_wait(level):
     prng = random.Random(42)