mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cores/clock/lattice_ice40: add missing AsyncResetSynchronizer import.
This commit is contained in:
parent
69307cfdde
commit
3f27253ccc
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
# SPDX-License-Identifier: BSD-2-Clause
|
# SPDX-License-Identifier: BSD-2-Clause
|
||||||
|
|
||||||
from migen import *
|
from migen import *
|
||||||
|
from migen.genlib.resetsync import AsyncResetSynchronizer
|
||||||
|
|
||||||
from litex.soc.cores.clock.common import *
|
from litex.soc.cores.clock.common import *
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue