Skip to content

Commit

Permalink
fix liteeth import
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Sep 8, 2015
1 parent 276ae37 commit 9229600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdl/streamer/__init__.py
Expand Up @@ -6,7 +6,7 @@
from migen.actorlib.fifo import SyncFIFO, AsyncFIFO
from migen.genlib.misc import WaitTimer

from misoclib.com.liteeth.common import *
from liteeth.common import *

class UDPStreamer(Module):
def __init__(self, ip_address, udp_port, fifo_depth=1024):
Expand Down

0 comments on commit 9229600

Please sign in to comment.