Skip to content

Commit

Permalink
litex.build: update from migen.genlib.io litex.build.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Apr 10, 2020
1 parent 6ec7038 commit 3bd807c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion liteeth/phy/gmii.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# License: BSD

from migen import *
from migen.genlib.io import DDROutput
from migen.genlib.resetsync import AsyncResetSynchronizer

from litex.build.io import DDROutput

from liteeth.common import *
from liteeth.phy.common import *

Expand Down
3 changes: 2 additions & 1 deletion liteeth/phy/gmii_mii.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# License: BSD

from migen import *
from migen.genlib.io import DDROutput
from migen.genlib.cdc import PulseSynchronizer

from litex.build.io import DDROutput

from litex.soc.interconnect.stream import Multiplexer, Demultiplexer

from liteeth.common import *
Expand Down
3 changes: 2 additions & 1 deletion liteeth/phy/rmii.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

from migen import *
from migen.genlib.cdc import MultiReg
from migen.genlib.io import DDROutput
from migen.genlib.resetsync import AsyncResetSynchronizer

from litex.build.io import DDROutput

from liteeth.common import *
from liteeth.phy.common import *

Expand Down

0 comments on commit 3bd807c

Please sign in to comment.