aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0130/word_entity.vhdl
blob: f619d8c8ba9cf1f9dad5378de62e96045f96daac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
entity word_entity is
   generic (
       package word40 is new work.word_generic_pkg
       generic map (
           LENGTH => 40
       )
   );
end entity;

architecture foo of word_entity is
begin
end architecture;