Skip to content

Commit

Permalink
global: Switch to litex.gen.genlib.misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jul 6, 2023
1 parent 69b0c01 commit b219e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion litejesd204b/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

from migen import *
from migen.genlib.cdc import MultiReg, ElasticBuffer
from migen.genlib.misc import WaitTimer
from migen.genlib.fifo import SyncFIFO

from litex.gen import *
from litex.gen.genlib.misc import WaitTimer

from litex.build.io import DifferentialInput, DifferentialOutput

Expand Down
3 changes: 2 additions & 1 deletion litejesd204b/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
from collections import namedtuple

from migen import *
from migen.genlib.misc import WaitTimer

from litex.gen.genlib.misc import WaitTimer

from litejesd204b.common import control_characters

Expand Down

0 comments on commit b219e24

Please sign in to comment.