ya_montazar
Member level 2

hi,
Is it standard to make a new type like this in vhdl:
when I do this I have faced some unknown errors...
Is it standard to make a new type like this in vhdl:
Code:
subtype byte is std_logic_vector(7 downto 0);
type byte_vector is array (natural range <>) of byte;
when I do this I have faced some unknown errors...