Added techmap -extern

This commit is contained in:
Clifford Wolf
2014-07-27 21:31:18 +02:00
parent c4bdba78cb
commit 8b0f50792c
3 changed files with 92 additions and 17 deletions
+2 -1
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