type std_logic_vector_array_36 is array (integer range <>) of std_logic_vector(35 downto 0);
type std_logic_vector_array_32 is array (integer range <>) of std_logic_vector(31 downto 0);
+ type std_logic_vector_array_31 is array (integer range <>) of std_logic_vector(30 downto 0);
type std_logic_vector_array_24 is array (integer range <>) of std_logic_vector(23 downto 0);
type std_logic_vector_array_11 is array (integer range <>) of std_logic_vector(10 downto 0);
type std_logic_vector_array_8 is array (integer range <>) of std_logic_vector(7 downto 0);
-
-
--function declarations
function and_all (arg : std_logic_vector)
return std_logic;