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

. ../../testenv.sh

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

echo "Test successful"