aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/string01/testsuite.sh
blob: 6e44cc947b49b60b211b3b0a5c710cd163343628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

. ../../testenv.sh

analyze string01.vhdl tb_string01.vhdl
elab_simulate tb_string01

clean

synth string01.vhdl -e string01 > syn_string01.vhdl

analyze syn_string01.vhdl tb_string01.vhdl
elab_simulate tb_string01

clean

echo "Test successful"