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
/
002hello2008
/
hello.vhdl
blob
792aae2bd4809f2d5e486e0e73ef0640ad1e48dd
1
entity hello is
2
end hello;
3
4
architecture behav of hello is
5
begin
6
assert false report "Hello VHDL world" severity note;
7
end behav;