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

. ../../testenv.sh

synth hdl/ram.vhdl -e > syn_ram.vhdl
analyze syn_ram.vhdl
clean

echo "Test successful"