diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-29 17:24:48 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-29 17:24:48 -0700 |
commit | 6a111ad32487fb49c5d30db5697c794814ffa511 (patch) | |
tree | 3323e04d4e2b061cbbe6791d72d53b88d5f3e70a | |
parent | 5d16bf831688ff665b0ec2abd6835b71320b2db5 (diff) | |
download | yosys-6a111ad32487fb49c5d30db5697c794814ffa511.tar.gz yosys-6a111ad32487fb49c5d30db5697c794814ffa511.tar.bz2 yosys-6a111ad32487fb49c5d30db5697c794814ffa511.zip |
Nicer formatting
-rwxr-xr-x | tests/simple_abc9/run-test.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/simple_abc9/run-test.sh b/tests/simple_abc9/run-test.sh index 49ae23338..8df6994e3 100755 --- a/tests/simple_abc9/run-test.sh +++ b/tests/simple_abc9/run-test.sh @@ -20,4 +20,10 @@ fi cp ../simple/*.v . cp ../simple/*.sv . DOLLAR='?' -exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-n 300 -p 'hierarchy; synth -run coarse; opt -full; techmap; abc9 -lut 4 -box ../abc.box; stat; check -assert; select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'" +exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-n 300 -p '\ + hierarchy; \ + synth -run coarse; \ + opt -full; \ + techmap; abc9 -lut 4 -box ../abc.box; \ + check -assert; \ + select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'" |