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.

problem with wait states

Status
Not open for further replies.

anoop12

Member level 5
Joined
Nov 29, 2006
Messages
89
Helped
6
Reputation
12
Reaction score
3
Trophy points
1,288
Activity points
1,867
hi all,
I want to insert wait states in a vhdl code which has some read/write operations.
How should I insert them using VHDL? I want to make sure that the code remains
synthesizable.

Thanks in advance
regards
 

Hi anoop12,
Unfortunately, the wait statement is not synthesizable.
Try to find another solution.
 

I think you will have to arrive at some condition which will define the wait duration dynamically.
Other way is to delay the signals (flop them as many times as the delay is required) and use.
I might be very premitive but this is what I thought.
 

Yes but I don't recommand this solution. Try to use a counter.
 

Hi anoop12,
i think you can insert a wait state, as other states, which are synthesisable.
pls refer the attachment -- this "VHDL reference manual" has proper example (converter) too.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top