3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 12:28:44 +00:00
yosys/tests/vloghtb/test_mapopt.sh
2014-07-27 21:31:18 +02:00

13 lines
204 B
Bash

#!/bin/bash
set -e
source common.sh
f=$1
n=$(basename ${f%.v})
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