From 4a930377f0a635bcaa28922e8fa6bd0aa8eee6d9 Mon Sep 17 00:00:00 2001 From: David Shah Date: Fri, 20 Oct 2017 14:46:24 +0100 Subject: Quick fix of pin 23 issue (pending further discussion) --- icefuzz/fuzzconfig.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'icefuzz') 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() -- cgit v1.2.3