Skip to content

Commit e2cb0e1

Browse files
committedJun 29, 2015
pipistrello: really do not request xtrig
1 parent 23eee94 commit e2cb0e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

Diff for: ‎soc/targets/artiq_pipistrello.py

-5
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ def __init__(self, platform, cpu_type="or1k", **kwargs):
9898
rtio_channels.append(rtio.Channel.from_phy(phy, ififo_depth=512,
9999
ofifo_depth=4))
100100

101-
phy = ttl_simple.Inout(platform.request("xtrig"))
102-
self.submodules += phy
103-
rtio_channels.append(rtio.Channel.from_phy(phy, ififo_depth=4,
104-
ofifo_depth=4))
105-
106101
for i in range(16):
107102
phy = ttl_simple.Output(platform.request("ttl", i))
108103
self.submodules += phy

0 commit comments

Comments
 (0)