aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/issue11/testsuite.sh
blob: d0f93607cd66ce2e2ed3c4f24fe0addef782e998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

. ../testenv.sh

analyze test_or.vhdl
synth test_or

analyze test_xor.vhdl
synth test_xor

analyze test_nor.vhdl
synth test_nor

analyze test_nand.vhdl
synth test_nand

analyze test_xnor.vhdl
synth test_xnor

clean