Skip to content

Commit

Permalink
kc705.clock: add all spi buses
Browse files Browse the repository at this point in the history
jordens committed Mar 3, 2016
1 parent 669fbaa commit 7ff0c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gateware/targets/kc705.py
Original file line number Diff line number Diff line change
@@ -264,7 +264,7 @@ def __init__(self, cpu_type="or1k", **kwargs):
rtio_channels.append(rtio.Channel.from_phy(
phy, ofifo_depth=4, ififo_depth=4))

for i in range(1): # spi1 and spi2 collide in pinout with ttl
for i in range(3):
phy = spi.SPIMaster(self.platform.request("spi", i))
self.submodules += phy
rtio_channels.append(rtio.Channel.from_phy(

0 comments on commit 7ff0c89

Please sign in to comment.