3
0
Fork 0
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:
Clifford Wolf 2014-07-28 09:15:40 +02:00
parent 8b0f50792c
commit c469be883b
2 changed files with 17 additions and 11 deletions

View file

@ -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