DEBSOURCES
Skip Quicknav
sources / ghdl / 5.0.1%2Bdfsg-1 / testsuite / synth / latch01 / testsuite.sh
1234567891011
#! /bin/sh . ../../testenv.sh GHDL_SYNTH_FLAGS=--latches for t in latch01; do synth_tb $t done echo "Test successful"