pipistrello: add user_led:2 for debugging w/o adapter

This commit is contained in:
Robert Jördens 2015-06-29 11:26:38 -06:00
parent ffe1355b1a
commit f0ac8cb354
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ trce -v 12 -fastpaths -tsi {build_name}.tsi -o {build_name}.twr {build_name}.ncd
self.submodules += phy
rtio_channels.append(rtio.Channel.from_phy(phy, ofifo_depth=4))
phy = ttl_simple.Output(platform.request("user_led", 2))
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_DDS_CHANNEL", len(rtio_channels))