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.

Question about sending a handshaking signal between two entities

Status
Not open for further replies.

greprac

Newbie level 4
Joined
Nov 8, 2006
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,314
Frendz
If i have to send a handshaking signal from one devi to another acknowledging a sata transfer...suppose ready signal...so shud it be declared as port or be geenrated with wait statement?
 

Re: vhdl problem

you have to declare an input port in your entity to receive the handshaking signal from other entity. The signal will come from the out port of the first entity if the two entities are at the same hierarchical levels.

If the receiving entity is instantiated in a top level entity which has to generate the handshake signal then the handshaking signal can be declared as a signal in the top level entity and can be ported to the receiving entity input port.

I wonder if I could make it clear to you.

:DCheers:))
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top