aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/ent_arch.vhdl
blob: 2283de701602432ea2c36e705b105f9b56fbd290 (plain)
1
2
3
4
5
6
7
8
9
10
-- :e1: comments before design units (javadoc / .net documentation style)
-- :e1: might be multiline
entity e1 is
end entity;

-- :a1: comments before design units
-- :a1: might be multiline
architecture a1 of e1 is
begin
end architecture;