mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
targets/simple: use CRG from litex.build.
This commit is contained in:
parent
b8a648d499
commit
ca197af2be
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ import argparse
|
|||
import importlib
|
||||
|
||||
from migen import *
|
||||
from migen.genlib.io import CRG
|
||||
|
||||
from litex.build.io import CRG
|
||||
|
||||
from litex.soc.integration.soc_core import *
|
||||
from litex.soc.integration.builder import *
|
||||
|
|
Loading…
Reference in a new issue