Skip to content

Commit

Permalink
pipistrello: use ttl_simple for pmod[4:8]
Browse files Browse the repository at this point in the history
jordens committed Mar 8, 2016
1 parent 104d641 commit 9c11cda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions artiq/gateware/targets/pipistrello.py
Original file line number Diff line number Diff line change
@@ -180,8 +180,7 @@ def __init__(self, cpu_type="or1k", **kwargs):
pmod = self.platform.request("pmod", 0)

for i in range(4, 8):
phy = ttl_serdes_spartan6.Inout_4X(pmod.d[i],
self.rtio_crg.rtiox4_stb)
phy = ttl_simple.Inout(pmod.d[i])
self.submodules += phy
rtio_channels.append(rtio.Channel.from_phy(phy, ififo_depth=32,
ofifo_depth=32))

0 comments on commit 9c11cda

Please sign in to comment.