1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#!/bin/sh if [ "$ISGPL" = "true" ]; then # std_logic_1164 not available in openieee. echo "test skipped" exit 0 fi . ../../testenv.sh GHDL_STD_FLAGS="--std=08" analyze all08.vhdl clean echo "test successful"