shaiko
Advanced Member level 5
- Joined
- Aug 20, 2011
- Messages
- 2,644
- Helped
- 303
- Reputation
- 608
- Reaction score
- 297
- Trophy points
- 1,363
- Activity points
- 18,302
I'm working on a complicated FPGA project with numerous old blocks that use std_logic_vector type ports (numeric_std library).
The newer blocks that I designed and want to integrate are of type unsigned (std_logic_unsigned).
Can I seemlesly interconnect the 2 types?
The newer blocks that I designed and want to integrate are of type unsigned (std_logic_unsigned).
Can I seemlesly interconnect the 2 types?