1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#! /bin/sh . ../../testenv.sh analyze repropoc.vhdl elab_simulate repropoc analyze reproct.vhdl elab_simulate reproct clean export GHDL_STD_FLAGS=--std=08 analyze test.vhdl repro.vhdl elab_simulate test clean echo "Test successful"