aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/lsp/012library/ent1.vhdl
blob: f47f6efcddebe63f449a01afc25c5b1ece5e6769 (plain)
1
2
3
4
5
6
7
8
9
entity ent1 is
end;

library lib1;
use lib1.pkg1.all;
architecture behav of ent1 is
begin
  assert c = 12 severity failure;
end;