PACKAGE multiplier_types IS CONSTANT word_size : natural := 32; SUBTYPE word IS bit_vector(word_size-1 downto 0); END multiplier_types;