Skip to content

Commit

Permalink
interconnect/stream: Switch to local version of FIFO.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jul 27, 2023
1 parent 3cfce9e commit 65b5281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/interconnect/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

from migen import *
from migen.util.misc import xdir
from migen.genlib import fifo
from migen.genlib.cdc import MultiReg, PulseSynchronizer, AsyncResetSynchronizer

from litex.gen import *
from litex.gen.genlib import fifo

from litex.soc.interconnect.csr import *

Expand Down

0 comments on commit 65b5281

Please sign in to comment.