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
/
issue1442
/
testsuite.sh
blob
d2718954f927b19d669de1cd1c8f5390d6148282
1
#! /bin/sh
2
3
. ..
/
..
/
testenv.sh
4
5
export
GHDL_STD_FLAGS
=
--std
=
08
6
synth_analyze fixed_round_crash_correct
7
synth_failure fixed_round_crash_incorrect
8
clean
9
10
echo
"Test successful"