aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2041/testsuite.sh
blob: e5c91ff5c19686d4df98ebb301e523eb44bec9c1 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

. ../../testenv.sh

synth --out=verilog mymodule.vhdl -e > syn_mymodule.v
grep -q default syn_mymodule.v

echo "Test successful"