Skip to content

Commit

Permalink
global: Switch to litex.gen.genlib.misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jul 6, 2023
1 parent 457f087 commit 4d2df69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litescope/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# SPDX-License-Identifier: BSD-2-Clause

from migen import *
from migen.genlib.misc import WaitTimer
from migen.genlib.cdc import MultiReg, PulseSynchronizer

from litex.gen.genlib.misc import WaitTimer
from litex.build.tools import write_to_file

from litex.soc.interconnect.csr import *
Expand Down

0 comments on commit 4d2df69

Please sign in to comment.