Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThis is my package code:
package my_data_types is type vector is array (natural range <>) of integer; type ufixed_array_t is array (natural range <>) of ufixed (3 downto -4); end my_data_types; But then, error said: Error (10482): VHDL error at fix.vhd(3): object "ufixed" is used but not declared How to avoid this error?..Thanks for reply