DEBSOURCES
Skip Quicknav
sources / ghdl / 5.0.1%2Bdfsg-1 / testsuite / synth / issue1144 / testsuite.sh
1234567891011
#! /bin/sh . ../../testenv.sh for t in issue; do synth $t.vhdl -e $t > syn_$t.vhdl analyze syn_$t.vhdl clean done echo "Test successful"