aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/libghdl/examples/comments/conf_inside_fail.vhdl
blob: 6b9b4dce33e63912c04f2f93b221e307ca9bce91 (plain)
1
2
3
4
5
6
configuration cfg2 of e2 is
  -- comments in design units (python doc-string style)
  -- might be multi line
  for a2
  end for;
end configuration;