aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2017-10-20 14:46:24 +0100
committerDavid Shah <davey1576@gmail.com>2017-10-20 14:46:24 +0100
commit4a930377f0a635bcaa28922e8fa6bd0aa8eee6d9 (patch)
tree307174948d5335326ddc277054da432465809b2f /icefuzz
parentd9d2a3dcaa749014f5b9a539768b8368bb529b28 (diff)
downloadicestorm-4a930377f0a635bcaa28922e8fa6bd0aa8eee6d9.tar.gz
icestorm-4a930377f0a635bcaa28922e8fa6bd0aa8eee6d9.tar.bz2
icestorm-4a930377f0a635bcaa28922e8fa6bd0aa8eee6d9.zip
Quick fix of pin 23 issue (pending further discussion)
Diffstat (limited to 'icefuzz')
-rw-r--r--icefuzz/fuzzconfig.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/icefuzz/fuzzconfig.py b/icefuzz/fuzzconfig.py
index 2e925ef..a5c1e2c 100644
--- a/icefuzz/fuzzconfig.py
+++ b/icefuzz/fuzzconfig.py
@@ -63,8 +63,10 @@ elif device_class == "5k":
#TODO(tannewt): Add 39, 40, 41 to this list. It causes placement failures for some reason.
# Also add 14 15 16 17 which are constrained to SPI.
+ #TODO(daveshah1): Add back I3C IO 23 which cause placement failures when assigned to
+ #an SB_IO clk_in
pins = """2 3 4 6 9 10 11 12
- 13 18 19 20 21 23
+ 13 18 19 20 21
25 26 27 28 31 32 34 35 36
37 38 42 43 44 45 46 47 48
""".split()