Pre

Delays a signal one cycle. The output signal o is the value that i0 had in the previous execution cycle. If it's the first execution cycle, the output signal o is the value of the constant initial.

Blocks tree path

Primitive\Dynamic\Pre

Inputs

Name Type Description
i0 any The signal to delay.

Constants

Name Description
initial The value that the output signal o shall have in the first execution cycle.

Outputs

Name Type Description
o any The delayed signal, or initial if it's the first execution cycle.