1 2 3 4 5 6 7 8 9 10 11
#! /bin/sh . ../../testenv.sh for f in test2 test3; do synth $f.vhdl -e $f > syn_$f.vhdl analyze syn_$f.vhdl clean done echo "Test successful"