mirror of https://github.com/YosysHQ/yosys.git
Nicer formatting
This commit is contained in:
parent
5d16bf8316
commit
6a111ad324
|
@ -20,4 +20,10 @@ fi
|
||||||
cp ../simple/*.v .
|
cp ../simple/*.v .
|
||||||
cp ../simple/*.sv .
|
cp ../simple/*.sv .
|
||||||
DOLLAR='?'
|
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_ %%'"
|
||||||
|
|
Loading…
Reference in New Issue