summaryrefslogtreecommitdiffstats
path: root/scripts/multi_prove.sh
diff options
context:
space:
mode:
authorBaruch Sterin <baruchs@gmail.com>2013-10-08 12:04:08 -0700
committerBaruch Sterin <baruchs@gmail.com>2013-10-08 12:04:08 -0700
commit88f75c00ad6788afd78d2402358c45d14d4c1ede (patch)
treec5b04932e416e883c2ddd8f4059b60a5e3952f79 /scripts/multi_prove.sh
parentcbc718d701c26e7ef0e243a44ed420bacbe0056a (diff)
downloadabc-88f75c00ad6788afd78d2402358c45d14d4c1ede.tar.gz
abc-88f75c00ad6788afd78d2402358c45d14d4c1ede.tar.bz2
abc-88f75c00ad6788afd78d2402358c45d14d4c1ede.zip
script changes for HWMCC13 (finally submitted version)
Diffstat (limited to 'scripts/multi_prove.sh')
-rw-r--r--scripts/multi_prove.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/multi_prove.sh b/scripts/multi_prove.sh
new file mode 100644
index 00000000..08a36c8f
--- /dev/null
+++ b/scripts/multi_prove.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+abc_root()
+{
+ cwd="$(pwd)"
+ cd $(dirname "$1")
+ echo $(dirname "$(pwd)")
+ cd "${cwd}"
+}
+
+abc_dir=$(abc_root "$0")
+bin_dir="${abc_dir}"/bin
+
+exec ${bin_dir}/abc -c "/multi_prove_aiger $*"