Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] [ Connecting std_logic_vector to std_ulogic_vector port]

Status
Not open for further replies.

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
 

It should be one of the following depending on which way you need to convert.
to_stdlogicvector or to_stdulogicvector
 
Hi ads-ee,

It worked for me. However it works only for input ports and for output ports tool is throwing error.
My problem solved :).

Thanks
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top