aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/issue4/testsuite.sh
blob: 9eaedbc714f790c79dd40a91cea625d953820934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

. ../testenv.sh

analyze novector.vhdl
synth no_vector

analyze counter8.vhdl
synth counter8

analyze vector.vhdl
synth vector

clean