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
/
psl01
/
testsuite.sh
blob
d6fe7abb909aaa12cfb12f352e9317850134e497
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
GHDL_STD_FLAGS
=
--std
=
08
6
7
for
f
in
restrict1 restrict2 assume1 assume2 assert1 cover1 cover2 property0 sequence0
;
do
8
synth
-fpsl
$f
.vhdl
-e
$f
>
syn_
$f
.vhdl
9
analyze syn_
$f
.vhdl
10
done
11
12
synth_failure cover3.vhdl
-e
cover3
13
14
clean
15
16
echo
"Test successful"