#!/bin/sh . ../testenv.sh for f in no_vector counter8 vector; do synth "${f}.vhdl -e ${f}" done clean