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.

generating time delay in vhdl

Status
Not open for further replies.

venky228

Newbie level 2
Joined
Dec 24, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,294
Hello everyone,

i'm having a small doubt regarding the generation of time delay in vhdl. I'm using ALTIUM NANOBOARD 3000(spartan 3an) for my project.Actually i'm sensing a sinusoidal voltage signal through ADC(8 bit), now i want to generate a time delay of 10 ms for the sensed signal. 'after' statement is not working in synthesis. so plz help me in generating a time delay.

thanks in advance.
 

You need to form a delay line by storing ADC samples in a circular RAM buffer and reading them with a delay.
 

You need to form a delay line by storing ADC samples in a circular RAM buffer and reading them with a delay.


thanks for your quick reply. but i'm new to coding can u provide me some material or an example on how to do it.
 

I suggest starting with a good VHDL tuturial. You will need to read up on memories and counters.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top