Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 375 Bytes

edge_detector.md

File metadata and controls

3 lines (2 loc) · 375 Bytes

Edge Detection

The EdgeDetector is a simple utility to determine whether the current value of a 1-bit signal is different from the value in the previous cycle. It is a fully synchronous design, so it does not asynchronously detect edges. It optionally supports a reset, with an optional reset value. It can be configured to detect positive, negative, or "any" edges.