diff options
| author | Clifford Wolf <clifford@clifford.at> | 2019-08-19 12:58:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-19 12:58:09 +0200 |
| commit | 3edb0abed88565447d5193f78261400655aa843a (patch) | |
| tree | 74c0b3ba63fdd678fcfc839dd6d0d39d43cef365 /tests/simple_abc9 | |
| parent | 98a54353b7d893752d856b3726853d4921c6aa1f (diff) | |
| parent | e34f2de55d9d1ec8cbdd9c1f3e27af678f0fc2df (diff) | |
| download | yosys-3edb0abed88565447d5193f78261400655aa843a.tar.gz yosys-3edb0abed88565447d5193f78261400655aa843a.tar.bz2 yosys-3edb0abed88565447d5193f78261400655aa843a.zip | |
Merge pull request #1305 from YosysHQ/clifford/testfast
Speed up "make test" and related cleanups
Diffstat (limited to 'tests/simple_abc9')
| -rwxr-xr-x | tests/simple_abc9/run-test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/simple_abc9/run-test.sh b/tests/simple_abc9/run-test.sh index 4935d41ad..49ae23338 100755 --- a/tests/simple_abc9/run-test.sh +++ b/tests/simple_abc9/run-test.sh @@ -18,5 +18,6 @@ if ! which iverilog > /dev/null ; then fi cp ../simple/*.v . +cp ../simple/*.sv . DOLLAR='?' -exec ${MAKE:-make} -f ../tools/autotest.mk $seed *.v EXTRA_FLAGS="-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; stat; check -assert; select -assert-none t:${DOLLAR}_NOT_ t:${DOLLAR}_AND_ %%'" |
