#! /bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
for t in ent; do
  synth $t.vhdl -e $t > syn_$t.vhdl
done

clean

echo "Test successful"