#! /bin/sh . ../../testenv.sh GHDL_STD_FLAGS=--std=08 for t in match01 match02; do synth_tb $t done echo "Test successful"