Skip to content

Commit 0a9f909

Browse files
committedJul 2, 2015
kc705: fix ttl15
1 parent 2881d5f commit 0a9f909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎soc/targets/artiq_kc705.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def __init__(self, platform, cpu_type="or1k", **kwargs):
129129
for i in range(16):
130130
if i == 14:
131131
# TTL14 is for the clock generator
132-
break
132+
continue
133133
if i % 4 == 3:
134134
phy = ttl_simple.Inout(platform.request("ttl", i))
135135
self.submodules += phy

0 commit comments

Comments
 (0)
Please sign in to comment.