Skip to content

Commit

Permalink
phy: Remove useless WaitTimer imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Aug 1, 2023
1 parent 39c0b03 commit afdf1af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion litedram/phy/ecp5ddrphy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from migen.fhdl.specials import Tristate
from migen.genlib.cdc import MultiReg

from litex.gen.genlib.misc import timeline, WaitTimer
from litex.gen.genlib.misc import timeline

from litex.soc.interconnect.csr import *

Expand Down
2 changes: 1 addition & 1 deletion litedram/phy/gw2ddrphy.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from migen.fhdl.specials import Tristate
from migen.genlib.cdc import MultiReg

from litex.gen.genlib.misc import timeline, WaitTimer
from litex.gen.genlib.misc import timeline

from litex.soc.interconnect.csr import *

Expand Down

0 comments on commit afdf1af

Please sign in to comment.