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
/
cnt01
/
testsuite.sh
blob
7cdfc8731bd688fc5eaeba360cf17c4d57984922
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
for
t
in
cnt01 cnt02 cnt04
;
do
6
synth_tb
$t
7
done
8
9
echo
"Test successful"