ya_montazar
Member level 2
- Joined
- Feb 24, 2014
- Messages
- 47
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 342
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...