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

. ../../testenv.sh

GHDL_STD_FLAGS="-fsynopsys"
synth_tb ram1
synth_tb ram2
synth_tb ram4

synth_analyze ram9
synth asymmetric_ram_2a.vhd  -e > syn_asymmetric_ram_2a.vhdl

echo "Test successful"