summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/multi_prove.sh2
-rw-r--r--scripts/simple.sh2
-rw-r--r--scripts/simple_bip.sh2
-rw-r--r--scripts/simple_liveness.sh2
-rw-r--r--scripts/simple_sat.sh2
-rw-r--r--scripts/super_prove.sh2
6 files changed, 6 insertions, 6 deletions
diff --git a/scripts/multi_prove.sh b/scripts/multi_prove.sh
index 08a36c8f..4729d179 100644
--- a/scripts/multi_prove.sh
+++ b/scripts/multi_prove.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/multi_prove_aiger $*"
+exec ${bin_dir}/abc -q "/multi_prove_aiger $*"
diff --git a/scripts/simple.sh b/scripts/simple.sh
index 9c90fded..357dd165 100644
--- a/scripts/simple.sh
+++ b/scripts/simple.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/simple_aiger $*"
+exec ${bin_dir}/abc -q "/simple_aiger $*"
diff --git a/scripts/simple_bip.sh b/scripts/simple_bip.sh
index 121bb281..f6220099 100644
--- a/scripts/simple_bip.sh
+++ b/scripts/simple_bip.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/simple_bip_aiger $*"
+exec ${bin_dir}/abc -q "/simple_bip_aiger $*"
diff --git a/scripts/simple_liveness.sh b/scripts/simple_liveness.sh
index 8bf55100..f5232d15 100644
--- a/scripts/simple_liveness.sh
+++ b/scripts/simple_liveness.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/simple_liveness_aiger $*"
+exec ${bin_dir}/abc -q "/simple_liveness_aiger $*"
diff --git a/scripts/simple_sat.sh b/scripts/simple_sat.sh
index 3a51ada6..dc19023a 100644
--- a/scripts/simple_sat.sh
+++ b/scripts/simple_sat.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/simple_sat_aiger $*"
+exec ${bin_dir}/abc -q "/simple_sat_aiger $*"
diff --git a/scripts/super_prove.sh b/scripts/super_prove.sh
index d55ae03d..da0a6ec6 100644
--- a/scripts/super_prove.sh
+++ b/scripts/super_prove.sh
@@ -11,4 +11,4 @@ abc_root()
abc_dir=$(abc_root "$0")
bin_dir="${abc_dir}"/bin
-exec ${bin_dir}/abc -c "/super_prove_aiger $*"
+exec ${bin_dir}/abc -q "/super_prove_aiger $*"