aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/conf_bef.vhdl
blob: 0dc3af77ef5127393346e8f2377a452f112be7e4 (plain)
1
2
3
4
5
6
-- comments before design units :cfg1:
-- might be multiline :cfg1:
configuration cfg1 of e1 is
  for a1
  end for;
end configuration;