Guest
hi,
is it possible to define a package with a generic option
i would like to have this :
package decoder is
generic (N : natural)
type POLY_TAB is array(0 to N) of std_logic_vector(7 downto 0);
....
thanks
is it possible to define a package with a generic option
i would like to have this :
package decoder is
generic (N : natural)
type POLY_TAB is array(0 to N) of std_logic_vector(7 downto 0);
....
thanks