phy/gw2ddrphy: migen.genlib -> litex.gen.genlib (fix commit 6297370e3c)

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
This commit is contained in:
Gwenhael Goavec-Merou 2023-07-07 07:42:53 +02:00
parent 6297370e3c
commit b8c7582274
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.fhdl.specials import Tristate
from migen.genlib.cdc import MultiReg 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 * from litex.soc.interconnect.csr import *