wsch
Newbie level 3
- Joined
- Oct 23, 2012
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,308
Hi
I have a type:
that I need to connect with a:
How can I do this connection? Only with the assignment of the individual bits from the array to the vector?
What syntax should I use?
Thanks
I have a type:
Code:
noc_io_data is array (natural range <>, natural range <>) of std_logic_vector (SIZE dowto 0);
that I need to connect with a:
Code:
std_logic_vector
How can I do this connection? Only with the assignment of the individual bits from the array to the vector?
What syntax should I use?
Thanks