mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-02 08:10:46 +00:00
Improvements in tests/vloghtb
This commit is contained in:
parent
8b0f50792c
commit
c469be883b
2 changed files with 17 additions and 11 deletions
|
@ -6,7 +6,12 @@ source common.sh
|
|||
f=$1
|
||||
n=$(basename ${f%.v})
|
||||
|
||||
mkdir -p log_test_mapopt
|
||||
rm -f log_test_mapopt/$n.*
|
||||
|
||||
test_equiv mapopt_1 "opt -fine; techmap; opt" "-set-def-inputs" $n $f
|
||||
test_autotest mapopt_2 $n $f -p "opt; techmap -extern; opt"
|
||||
test_autotest mapopt_2 "proc; opt; techmap; opt" $n $f
|
||||
|
||||
tail -n20 log_test_mapopt_1/$n.txt log_test_mapopt_2/$n.txt > log_test_mapopt/$n.txt
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue