aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0130/word_generic_pkg.vhdl
blob: bd09d9e1c8684ccb133d5e6456bf1d457c16a446 (plain)
1
2
3
4
5
package word_generic_pkg is
   generic (length: natural := 32);
subtype  word is bit_vector (length - 1 downto 0);
end package;