aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/multi1.vhdl
blob: 73eebd5b5758970d08623b180cea2e740818c01c (plain)
1
2
3
4
5
6
7
8
9
10
architecture arch of ent is
  --  Comment for :arch:
  --  Again for :arch:

  --  Also for :arch:

  --  But for :b1:
  signal b1 : bit;
begin
end arch;