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

. ../../testenv.sh

analyze latches.vhdl tb_latches.vhdl
elab_simulate tb_latches

clean

synth --latches latches.vhdl -e > syn_latches.vhdl
analyze syn_latches.vhdl tb_latches.vhdl
elab_simulate tb_latches

clean

echo "Test successful"