yosys/tests/vloghtb/test_mapopt.sh

13 lines
204 B
Bash
Raw Normal View History

2014-07-21 07:08:13 -05:00
#!/bin/bash
set -e
source common.sh
f=$1
n=$(basename ${f%.v})
2014-07-27 14:13:23 -05:00
test_equiv mapopt_1 "opt -fine; techmap; opt" "-set-def-inputs" $n $f
test_autotest mapopt_2 $n $f -p "opt; techmap -extern; opt"
2014-07-21 07:08:13 -05:00
exit 0