The rising edge detector detects the transition of a signal from a low level to a high level.

| Function Menu | Block Diagram |
|---|---|
![]() |
![]() |
| Name | Type | Description |
|---|---|---|
input |
bool |
When the input transitions from "0" to "1", the output is set to logical "1" for one cycle. |
| Name | Type | Description |
|---|---|---|
output |
bool |
Output. Set to 1 when input changes from 0 to 1. |
Not available