repo.or.cz
/
ghdl-vlg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
verilog: add sv_maps iterators
[ghdl-vlg.git]
/
testsuite
/
synth
/
issue1454
/
testsuite.sh
blob
37bda185b1ef4d9496a321ccfd8dfe10d59c0015
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
synth_analyze dummy_top
6
grep
-q
dummy_sub_inst syn_dummy_top.vhdl
7
8
clean
9
10
echo
"Test successful"