forked from M-Labs/artiq
pipistrello: use ttl_simple for pmod[4:8]
This commit is contained in:
parent
104d641c59
commit
9c11cda7dc
|
@ -180,8 +180,7 @@ trce -v 12 -fastpaths -tsi {build_name}.tsi -o {build_name}.twr {build_name}.ncd
|
||||||
pmod = self.platform.request("pmod", 0)
|
pmod = self.platform.request("pmod", 0)
|
||||||
|
|
||||||
for i in range(4, 8):
|
for i in range(4, 8):
|
||||||
phy = ttl_serdes_spartan6.Inout_4X(pmod.d[i],
|
phy = ttl_simple.Inout(pmod.d[i])
|
||||||
self.rtio_crg.rtiox4_stb)
|
|
||||||
self.submodules += phy
|
self.submodules += phy
|
||||||
rtio_channels.append(rtio.Channel.from_phy(phy, ififo_depth=32,
|
rtio_channels.append(rtio.Channel.from_phy(phy, ififo_depth=32,
|
||||||
ofifo_depth=32))
|
ofifo_depth=32))
|
||||||
|
|
Loading…
Reference in New Issue