projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5318bcd
)
test/test_axi: remove litex.gen.sim import (was only useful for debug)
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 12 Jun 2019 09:28:06 +0000
(11:28 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 12 Jun 2019 09:28:06 +0000
(11:28 +0200)
test/test_axi.py
patch
|
blob
|
history
diff --git
a/test/test_axi.py
b/test/test_axi.py
index 88aa11c03962d48abeec7c361c64f29347269d46..d143576098a62e50b1d7c0311ea9303ed76d6585 100644
(file)
--- a/
test/test_axi.py
+++ b/
test/test_axi.py
@@
-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)