aboutsummaryrefslogtreecommitdiffstats
path: root/icefuzz/pinloc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-08-22 09:36:28 +0200
committerClifford Wolf <clifford@clifford.at>2015-08-22 09:42:57 +0200
commitf6f96a26e036e56577ad5a1bfec78fd06f419ca0 (patch)
treeb8a29bb84723e0ab31b127b89ee51cbad2948969 /icefuzz/pinloc
parentd094abca1c1c2d21b2b92dc743e2d5e767a97153 (diff)
downloadicestorm-f6f96a26e036e56577ad5a1bfec78fd06f419ca0.tar.gz
icestorm-f6f96a26e036e56577ad5a1bfec78fd06f419ca0.tar.bz2
icestorm-f6f96a26e036e56577ad5a1bfec78fd06f419ca0.zip
icefuzz: python 3
Diffstat (limited to 'icefuzz/pinloc')
-rw-r--r--icefuzz/pinloc/pinloc-1k-tq144.sh2
-rw-r--r--icefuzz/pinloc/pinloc-8k-ct256.sh2
-rw-r--r--icefuzz/pinloc/pinlocdb.py5
3 files changed, 3 insertions, 6 deletions
diff --git a/icefuzz/pinloc/pinloc-1k-tq144.sh b/icefuzz/pinloc/pinloc-1k-tq144.sh
index 909ecfe..463e052 100644
--- a/icefuzz/pinloc/pinloc-1k-tq144.sh
+++ b/icefuzz/pinloc/pinloc-1k-tq144.sh
@@ -29,5 +29,5 @@ pins="
set -ex
make -f pinloc-1k-tq144.mk -j4
-python2 pinlocdb.py pinloc-1k-tq144_*.exp > pinloc-1k-tq144.txt
+python3 pinlocdb.py pinloc-1k-tq144_*.exp > pinloc-1k-tq144.txt
diff --git a/icefuzz/pinloc/pinloc-8k-ct256.sh b/icefuzz/pinloc/pinloc-8k-ct256.sh
index 321c031..d8da2dc 100644
--- a/icefuzz/pinloc/pinloc-8k-ct256.sh
+++ b/icefuzz/pinloc/pinloc-8k-ct256.sh
@@ -41,4 +41,4 @@ pins="
set -ex
make -f pinloc-8k-ct256.mk -j4
-python2 pinlocdb.py pinloc-8k-ct256_*.exp > pinloc-8k-ct256.txt
+python3 pinlocdb.py pinloc-8k-ct256_*.exp > pinloc-8k-ct256.txt
diff --git a/icefuzz/pinloc/pinlocdb.py b/icefuzz/pinloc/pinlocdb.py
index 31c6476..9a3fc1e 100644
--- a/icefuzz/pinloc/pinlocdb.py
+++ b/icefuzz/pinloc/pinlocdb.py
@@ -1,7 +1,4 @@
-#!/usr/bin/python
-
-from __future__ import division
-from __future__ import print_function
+#!/usr/bin/env python3
import re
from sys import argv