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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

synth generic_fifo_fwft.vhdl generic_fifo_fwft_inst.vhdl -e > syn_generic_fifo_fwft_inst

echo "Test successful"