aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/const01/testsuite.sh
blob: f1badcd9fe874028bb78f10b5a8e618a53be2aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

synth_tb const01

# synth const02.vhdl -e > syn_const02.vhdl
synth_analyze const03
clean

echo "Test successful"