aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/synth109/testsuite.sh
blob: 0b9a92e5db72e6945e11ba4f59c9ecc040e91832 (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"