Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

Delay Time in VHDL

Altera_Forum
Honored Contributor II
1,572 Views

Hi .. 

 

I need your help.I am beginner in this field. 

 

I am using Altera FPGA board and it has 24mhz clock frequency and now i want 62 micro second delay time in my application ..How can i make it delay ?? 

 

 

 

If u have code or something like this then it will be better to undestand for me.. 

 

Thanks a lot..
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
877 Views

If you want it to occur every 62us, you can use a counter to count out the number of clock ticks there are in 62us (you do the math), and then set up some combinational logic to flag when the counter is at that number. 

 

There is a counter in the Mega Plug-in Wizard that you can use.
0 Kudos
Reply