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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
synth cdc_fifo_rtl.vhdl cdc_fifo_rtl_formal.psl -e > syn_cdc_fifo.vhdl

echo "Test successful"