whizkid123
Junior Member level 2
- Joined
- Oct 6, 2011
- Messages
- 23
- Helped
- 1
- Reputation
- 2
- Reaction score
- 3
- Trophy points
- 1,283
- Location
- Singapore
- Activity points
- 1,421
Hi all,
I have faced with a very basic problem in vhdl instantiation.
There is signal called A_SL of type std_logic_vector(7 downto 0);
I want to connect it to another port of other module called B_USL of type std_ulogic_vector( 7 downto 0);
When I declare an intermediate signal call "C_signal_SL" of type std_logic_vector(7 downto 0). I am getting error for std_ulogic_Vector connection.
If I declare the internal signal as std_ulogic_vector .. I am getting an error for std_logc_vector port connection.
Please help me to solve this. Got stuck with this.
Thanks
I have faced with a very basic problem in vhdl instantiation.
There is signal called A_SL of type std_logic_vector(7 downto 0);
I want to connect it to another port of other module called B_USL of type std_ulogic_vector( 7 downto 0);
When I declare an intermediate signal call "C_signal_SL" of type std_logic_vector(7 downto 0). I am getting error for std_ulogic_Vector connection.
If I declare the internal signal as std_ulogic_vector .. I am getting an error for std_logc_vector port connection.
Please help me to solve this. Got stuck with this.
Thanks