Skip to content

Delay

Type Function module

Input IN REAL (input value)
N INT (number of delay cycles)
RST BOOL (asynchronous reset)
Output OUT REAL (delayed output value)
DELAY delays an input signal (IN) for N cycles. The input RESET is asynchronous, and may delete the Delay buffer.
The Example shows a generator that produces pulses of 5 to 10 and a Delay, that generates a 10 cycles delay.

delay

delay_sample delay_trace