Forum Discussion
Altera_Forum
Honored Contributor
9 years agoAsynchronous pulse generator code rising edge
Newbie here. I need to generate pulses at rising/falling edges of an input signal. I would like to avoid using an internal clock for this application because parts of my system is inherently as...
Altera_Forum
Honored Contributor
9 years agoYou would probably be better off clocking the design on a single, higher speed clock, and synchronising these signals to the single clock. Then you can enable the count only when the distance changes externally.