Use "opt -fine" in test/vloght/test_mapopt.sh

This commit is contained in:
Clifford Wolf 2014-07-21 21:39:59 +02:00
parent 137dbf3cf7
commit 0229d68fc9
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,8 @@ test_equiv()
$2
cd ..
miter -equiv -flatten -ignore_gold_x -make_outputs -make_outcmp gold work miter
miter -equiv -ignore_gold_x -make_outputs -make_outcmp gold work miter
flatten miter
sat $3 -verify -prove trigger 0 -show-inputs -show-outputs miter
EOT
then

View File

@ -6,6 +6,6 @@ source common.sh
f=$1
n=$(basename ${f%.v})
test_equiv mapopt "opt; techmap; opt" "-set-def-inputs" $n $f
test_equiv mapopt "opt -fine; techmap; opt" "-set-def-inputs" $n $f
exit 0