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
/
slice01
/
testsuite.sh
blob
c27d7e432be0225de403fd6498584e272b5ea3bb
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
for
t
in
slice01 slice02 slice03
;
do
6
synth_tb
$t
7
done
8
9
for
t
in
slice04 slice05 slice06 slice07
;
do
10
synth_analyze
$t
11
done
12
13
echo
"Test successful"