blob: ef530ebe1a31174aa959464fe6bd3e1d6e076134 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /bin/sh
. ../../testenv.sh
for t in case01 case02 case03 case04; do
synth_tb $t
done
synth case05.vhdl -e case05 > syn_case05.vhdl
synth case06.vhdl -e case06 > syn_case06.vhdl
echo "Test successful"
|