aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1856/testsuite.sh
blob: 81eec2fc2738df91dcbee4cddd74b6ea4a9ca777 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth pulse.vhdl detector.psl -e > syn_pulse.vhdl

echo "Test successful"