Skip to content

Commit 122d48d

Browse files
committedSep 21, 2016
pipistrello: shrink a few more fifos
1 parent 6d715d0 commit 122d48d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎artiq/gateware/targets/pipistrello.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def __init__(self, cpu_type="or1k", **kwargs):
176176
phy = ttl_serdes_spartan6.Inout_4X(platform.request("pmt", i),
177177
self.rtio_crg.rtiox4_stb)
178178
self.submodules += phy
179-
rtio_channels.append(rtio.Channel.from_phy(phy, ififo_depth=256,
179+
rtio_channels.append(rtio.Channel.from_phy(phy, ififo_depth=128,
180180
ofifo_depth=4))
181181

182182
# the last TTL is used for ClockGen
@@ -223,7 +223,7 @@ def __init__(self, cpu_type="or1k", **kwargs):
223223
phy = dds.AD9858(dds_pins, 8)
224224
self.submodules += phy
225225
rtio_channels.append(rtio.Channel.from_phy(phy,
226-
ofifo_depth=256,
226+
ofifo_depth=128,
227227
ififo_depth=4))
228228

229229
self.config["RTIO_LOG_CHANNEL"] = len(rtio_channels)

0 commit comments

Comments
 (0)
Please sign in to comment.