aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/fuzzconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'icefuzz/fuzzconfig.py')
-rw-r--r--icefuzz/fuzzconfig.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/icefuzz/fuzzconfig.py b/icefuzz/fuzzconfig.py
index 3a2a9e3..bcd4e5d 100644
--- a/icefuzz/fuzzconfig.py
+++ b/icefuzz/fuzzconfig.py
@@ -24,6 +24,8 @@ if os.getenv('ICE8KPINS'):
T1 T2 T3 T5 T6 T7 T8 T9 T10 T11 T13 T14 T15 T16
""".split()
+ gpins = "C8 F7 G1 H11 H16 I3 K9 R9".split()
+
else:
num_ramb40 = 16
@@ -34,3 +36,5 @@ else:
112 113 114 115 116 117 118 119 120 121 122 134 135 136 137 138 139 141 142 143 144
""".split()
+ gpins = "20 21 49 50 93 94 128 129".split()
+