PositiveEdge

Detects when a boolean signal switches from 0 to 1.

Blocks tree path

Standard\Dynamic\PositiveEdge

Inputs

Name Type Description
i bool The signal whose positive edges to detect.

Outputs

Name Type Description
o bool 1 if i is 1 in this cycle and was 0 in the previous cycle, 0 otherwise.