Merge pull request #343 from trabucayre/fix_gw2ddrphy_import

phy/gw2ddrphy: migen.genlib -> litex.gen.genlib (fix commit 6297370e3c)
This commit is contained in:
enjoy-digital 2023-07-07 08:50:25 +02:00 committed by GitHub
commit 6f53acae22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ from migen import *
from migen.fhdl.specials import Tristate
from migen.genlib.cdc import MultiReg
from migen.genlib.misc import timeline, WaitTimer
from litex.gen.genlib.misc import timeline, WaitTimer
from litex.soc.interconnect.csr import *