abc9 needs a clean afterwards
authorEddie Hung <eddie@fpgeh.com>
Tue, 17 Dec 2019 02:41:56 +0000 (18:41 -0800)
committerEddie Hung <eddie@fpgeh.com>
Tue, 17 Dec 2019 02:42:23 +0000 (18:42 -0800)
tests/simple_abc9/run-test.sh

index 0d4262005fd3b207cc725ae689f0b3023b25a92a..bc921daa9dc3715eb74d8d54102f6282666e39d9 100755 (executable)
@@ -20,10 +20,12 @@ fi
 cp ../simple/*.v .
 cp ../simple/*.sv .
 DOLLAR='?'
-exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-n 300 -p '\
+exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v *.sv EXTRA_FLAGS="-n 300 -p '\
     hierarchy; \
     synth -run coarse; \
     opt -full; \
-    techmap; abc9 -lut 4 -box ../abc.box; \
+    techmap; \
+    abc9 -lut 4 -box ../abc.box; \
+    clean; \
     check -assert; \
     select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'"