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
/
sanity
/
001hello87
/
err87.vhdl
blob
e918352cec943b2066b47839f259f0bd40de2be9
1
entity err87 is
2
end err87;
3
4
architecture behav of err87 is
5
begin
6
process
7
begin
8
report "not valid in vhdl-87" severity note;
9
wait;
10
end process;
11
end behav;