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

. ../../testenv.sh

# Direct instance
analyze pkg.vhdl cmask.vhdl mixer.vhdl tb_mixer.vhdl
elab_simulate tb_mixer
clean

synth pkg.vhdl cmask.vhdl mixer.vhdl -e mixer > syn_mixer.vhdl
analyze syn_mixer.vhdl tb_mixer.vhdl
elab_simulate tb_mixer
clean

echo "Test successful"