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

. ../testenv.sh

analyze test_or.vhdl
synth test_or

analyze test_xor.vhdl
synth test_xor

clean