Skip to content

Commit

Permalink
core: Switch to litex.gen.genlib.cdc.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jul 6, 2023
1 parent b219e24 commit f6795db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion litejesd204b/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
# SPDX-License-Identifier: BSD-2-Clause

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

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

from litex.build.io import DifferentialInput, DifferentialOutput

Expand Down

0 comments on commit f6795db

Please sign in to comment.