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_io.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_io.py')
-rw-r--r-- | icefuzz/make_io.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icefuzz/make_io.py b/icefuzz/make_io.py index aefabae..9fe5bb0 100644 --- a/icefuzz/make_io.py +++ b/icefuzz/make_io.py @@ -7,7 +7,7 @@ import os os.system("rm -rf work_io") os.mkdir("work_io") -if os.getenv('ICE384PINS'): w = 2 +if os.getenv('ICE384PINS'): w = 3 else: w = 4 for idx in range(num): |