diff options
Diffstat (limited to 'scripts/simple_liveness.sh')
-rw-r--r-- | scripts/simple_liveness.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 $*" |