1 2 3 4 5 6 7 8 9
#!/bin/sh . ../testenv.sh for f in no_vector counter8 vector; do synth "${f}.vhdl -e ${f}" done clean