mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
test/test_axi: remove litex.gen.sim import (was only useful for debug)
This commit is contained in:
parent
5318bcd3c3
commit
ab1f580470
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ from migen import *
|
||||||
from litex.soc.interconnect.axi import *
|
from litex.soc.interconnect.axi import *
|
||||||
from litex.soc.interconnect import wishbone
|
from litex.soc.interconnect import wishbone
|
||||||
|
|
||||||
from litex.gen.sim import *
|
|
||||||
|
|
||||||
|
|
||||||
def rand_wait(level):
|
def rand_wait(level):
|
||||||
prng = random.Random(42)
|
prng = random.Random(42)
|
||||||
|
|
Loading…
Reference in a new issue