1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#! /bin/sh . ../../testenv.sh analyze issue_pkg.vhdl analyze_failure --std=93 issue.vhdl analyze fixed.vhdl clean GHDL_STD_FLAGS=--std=08 analyze issue_pkg.vhdl analyze issue.vhdl clean echo "Test successful"