C
Carlos Barberis
Guest
Hi , I am pretty new to Verilog and was wondering if anyone could give a
hint for what should be a simple rutine
I need to accurately generate four pulses that have a variable pulse width
and variable timing between them. One of the pulses
will be a master pulse or the reference timing pulse all other pulses wll
follow this pulse by some time variable time delay
The whole sequence of pulses will repeat periodically at a rate of 30.0KHz
____|____________________|____ Pulse 1 Master sync
_______|____________________|_ Pulse 2
____________|_________________ Pulse 3
__________________|___________ Pulse 4
I would imagine that I would have to create one master counter or perhaps
four counters where three of them
are synchronous to the first and some form of parallel data load to enter
the delay values between the pulses and pulse width values
for all pulses. Any ideas or hints would be greatly apreciated. Thank you
hint for what should be a simple rutine
I need to accurately generate four pulses that have a variable pulse width
and variable timing between them. One of the pulses
will be a master pulse or the reference timing pulse all other pulses wll
follow this pulse by some time variable time delay
The whole sequence of pulses will repeat periodically at a rate of 30.0KHz
____|____________________|____ Pulse 1 Master sync
_______|____________________|_ Pulse 2
____________|_________________ Pulse 3
__________________|___________ Pulse 4
I would imagine that I would have to create one master counter or perhaps
four counters where three of them
are synchronous to the first and some form of parallel data load to enter
the delay values between the pulses and pulse width values
for all pulses. Any ideas or hints would be greatly apreciated. Thank you