1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh topdir=../.. . $topdir/testenv.sh for f in loop1; do synth "${f}.vhdl -e ${f}" done clean echo OK