mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-01 15:50:42 +00:00
Added techmap -extern
This commit is contained in:
parent
c4bdba78cb
commit
8b0f50792c
3 changed files with 92 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue