mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Added techmap -extern
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user