aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/arch_inside_2.vhdl
blob: cace77824e50f374adac21b7bd9e636ae5b68536 (plain)
1
2
3
4
5
6
7
8
9
10
--  comment for :a2:
architecture a2 of e2 is
  -- comments in design units (python doc-string style) :a2:
  --:a2: might be multi line

  --  comment for :s:
  signal s : bit;
begin

end architecture;