mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
examples: use CRG from litex.build.
This commit is contained in:
parent
3bd807cf8f
commit
92c30489ae
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
# This file is Copyright (c) 2015-2019 Florent Kermarrec <florent@enjoy-digital.fr>
|
||||
# License: BSD
|
||||
|
||||
from migen.genlib.io import CRG
|
||||
|
||||
from litex.build.io import CRG
|
||||
from litex.build.xilinx.vivado import XilinxVivadoToolchain
|
||||
from litex.soc.interconnect import wishbone
|
||||
|
||||
|
|
Loading…
Reference in a new issue