gen/genlib/cdc: Add missing import.

This commit is contained in:
Florent Kermarrec 2023-07-07 11:51:04 +02:00
parent 2b941cdcd9
commit e62f51c3eb
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from math import gcd
from migen import *
from migen.genlib.cdc import MultiReg, PulseSynchronizer
from migen.genlib.resetsync import AsyncResetSynchronizer
from litex.gen.genlib.misc import WaitTimer