aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2023/testsuite.sh
blob: 67a9daa1a977ff74602a207467e05e90834249bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

. ../../testenv.sh

GHDL_FLAGS=-fsynopsys

analyze delay_bit.vhd delay_vector.vhd async_dpram.vhd abs_square.vhd test_comp.vhd
synth test_comp > syn_test_comp.vhdl

clean

echo "Test successful"