mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-31 23:34:57 +00:00
Use "opt -fine" in test/vloght/test_mapopt.sh
This commit is contained in:
parent
137dbf3cf7
commit
0229d68fc9
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue