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

. ../../testenv.sh

analyze ent.vhdl tb_ent.vhdl
elab_simulate tb_ent
clean

synth '-gg=x"ff_ff_00_01"' ent.vhdl -e ent > syn_ent.vhdl
analyze syn_ent.vhdl tb_ent.vhdl
elab_simulate tb_ent --ieee-asserts=disable-at-0
clean

echo "Test successful"