DEBSOURCES
Skip Quicknav
sources / ghdl / 5.0.1%2Bdfsg-1 / testsuite / synth / issue2683 / testsuite.sh
1234567891011
#! /bin/sh . ../../testenv.sh GHDL_STD_FLAGS=--std=08 for f in slow slow-orig fast; do synth_only $f done echo "Test successful"