mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
examples/pytholite: fix imports
This commit is contained in:
parent
b06fbdedd6
commit
4d0db2cb05
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
from migen.flow.network import *
|
||||
from migen.flow.transactions import *
|
||||
from migen.actorlib.sim import Dumper
|
||||
from migen.bus import wishbone
|
||||
from migen.bus.transactions import *
|
||||
from migen.uio.ioo import UnifiedIOSimulation
|
||||
|
|
Loading…
Reference in a new issue