2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

drtio/gth: cleanup import

This commit is contained in:
Florent Kermarrec 2018-03-06 10:56:07 +01:00
parent a274af77d5
commit 45f1e5a70e

View File

@ -1,7 +1,7 @@
from math import ceil
from migen import *
from migen.genlib.cdc import MultiReg, PulseSynchronizer
from migen.genlib.cdc import MultiReg
from migen.genlib.misc import WaitTimer