mirror of
https://github.com/YosysHQ/abc.git
synced 2026-08-29 01:13:24 +02:00
pyabc scripts: use -q instead of -c in scripts to prevent echoing the command to the command line.
This commit is contained in:
@@ -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 $*"
|
||||
|
||||
+1
-1
@@ -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 $*"
|
||||
|
||||
@@ -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 $*"
|
||||
|
||||
@@ -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 $*"
|
||||
|
||||
@@ -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 $*"
|
||||
|
||||
@@ -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 $*"
|
||||
|
||||
Reference in New Issue
Block a user