Nicer formatting
authorEddie Hung <eddie@fpgeh.com>
Fri, 30 Aug 2019 00:24:48 +0000 (17:24 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 30 Aug 2019 00:24:48 +0000 (17:24 -0700)
tests/simple_abc9/run-test.sh

index 49ae23338f78cc2369fcf1cb5ab49bcc9a367c45..8df6994e317e34068d19cbc3880a4e9ab2f2679f 100755 (executable)
@@ -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_ %%'"