3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-01 15:50:42 +00:00

Added techmap -extern

This commit is contained in:
Clifford Wolf 2014-07-27 21:13:23 +02:00
parent c4bdba78cb
commit 8b0f50792c
3 changed files with 92 additions and 17 deletions

View file

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