|
Motion FPGA
Motion FPGA for the MachX02-7000HE Breakout Board
|
Edge detect entity. More...
Entities | |
| rtl | architecture |
| Architecture rtl of edge_detect entity. More... | |
Libraries | |
| ieee | |
| Using IEEE library. | |
Use Clauses | |
| std_logic_1164 | |
| Using IEEE standard logic components. | |
Ports | |
| clk_in | in std_logic |
| Clock. | |
| rst_in | in std_logic |
| Asynchronous reset. | |
| sig_in | in std_logic |
| Input signal. | |
| rise_out | out std_logic |
| Rising edge output. | |
| fall_out | out std_logic |
| Falling edge output. | |
Edge detect entity.
This edge detect entity takes a signal input and detects rising or falling edges.
Definition at line 16 of file edge_detect.vhd.