mirror of https://github.com/m-labs/artiq.git
pipistrello: drop rtio fifos for invisible leds
the main board leds are all under the adapter board also tweak fifo depths a bit in a feeble attempt to circumvent a ISE hang (par phase 4)
This commit is contained in:
parent
e2cb0e107f
commit
165ef20ffa
|
@ -105,12 +105,8 @@ trce -v 12 -fastpaths -tsi {build_name}.tsi -o {build_name}.twr {build_name}.ncd
|
||||||
|
|
||||||
phy = ttl_simple.Output(platform.request("ext_led", 0))
|
phy = ttl_simple.Output(platform.request("ext_led", 0))
|
||||||
self.submodules += phy
|
self.submodules += phy
|
||||||
rtio_channels.append(rtio.Channel.from_phy(phy, ofifo_depth=4))
|
rtio_channels.append(rtio.Channel.from_phy(phy, ofifo_depth=256))
|
||||||
|
|
||||||
for i in range(2, 5):
|
|
||||||
phy = ttl_simple.Output(platform.request("user_led", i))
|
|
||||||
self.submodules += phy
|
|
||||||
rtio_channels.append(rtio.Channel.from_phy(phy, ofifo_depth=4))
|
|
||||||
self.add_constant("RTIO_TTL_COUNT", len(rtio_channels))
|
self.add_constant("RTIO_TTL_COUNT", len(rtio_channels))
|
||||||
|
|
||||||
self.add_constant("RTIO_DDS_CHANNEL", len(rtio_channels))
|
self.add_constant("RTIO_DDS_CHANNEL", len(rtio_channels))
|
||||||
|
|
Loading…
Reference in New Issue