diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-03-11 11:06:53 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-03-11 11:06:53 +0100 |
commit | ca19eafe7aaf881273af5f744924423b6ce3a5c0 (patch) | |
tree | 429c136200b76a4a3621e71f62c608365998b142 /icefuzz/make_gbio2.py | |
parent | 1f1f10b7f08941b1fbffca51452888b8d08e56a0 (diff) | |
parent | e832acc445f64d1f9379eef8ef01576ccc0494b6 (diff) | |
download | icestorm-ca19eafe7aaf881273af5f744924423b6ce3a5c0.tar.gz icestorm-ca19eafe7aaf881273af5f744924423b6ce3a5c0.tar.bz2 icestorm-ca19eafe7aaf881273af5f744924423b6ce3a5c0.zip |
Merge branch 'master' of https://github.com/hermitsoft/icestorm
Diffstat (limited to 'icefuzz/make_gbio2.py')
-rw-r--r-- | icefuzz/make_gbio2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icefuzz/make_gbio2.py b/icefuzz/make_gbio2.py index 8e44756..2b62ba4 100644 --- a/icefuzz/make_gbio2.py +++ b/icefuzz/make_gbio2.py @@ -7,7 +7,7 @@ import os os.system("rm -rf work_gbio2") os.mkdir("work_gbio2") -w = 2 if os.getenv('ICE384PINS') else 8 +w = 4 if os.getenv('ICE384PINS') else 8 for p in gpins: if p in pins: pins.remove(p) |