Skip to content

Commit 7ff0c89

Browse files
committedMar 3, 2016
kc705.clock: add all spi buses
1 parent 669fbaa commit 7ff0c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎artiq/gateware/targets/kc705.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def __init__(self, cpu_type="or1k", **kwargs):
264264
rtio_channels.append(rtio.Channel.from_phy(
265265
phy, ofifo_depth=4, ififo_depth=4))
266266

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

0 commit comments

Comments
 (0)
Please sign in to comment.