Skip to content

Commit

Permalink
gateware/streamer/usb: fix clock domain
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Jan 25, 2016
1 parent 2b8e200 commit b040d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateware/streamer/__init__.py
Expand Up @@ -92,7 +92,7 @@ def __init__(self, platform, pads):
]

self.submodules.fifo = fifo = RenameClockDomains(AsyncFIFO([("data", 8)], 4),
{"write": "sys", "read": "usb"})
{"write": "encoder", "read": "usb"})
self.comb += Record.connect(sink, fifo.sink)


Expand Down

0 comments on commit b040d1b

Please sign in to comment.