Motion FPGA
Motion FPGA for the MachX02-7000HE Breakout Board
|
Architecture sim of entity sim_edge_count. More...
Processes | |
pr_count | ( clk_in , rst_in ) |
Counting process. |
Signals | |
prev_signal | std_logic |
Previous signal. | |
prev_ok | std_logic |
Previous signal ok flag. | |
rise | integer |
Count of rising edges. | |
fall | integer |
Count of falling edges. |
Architecture sim of entity sim_edge_count.
Definition at line 27 of file sim_edge_count.vhd.
Counting process.
This process counts the rising and falling edges
Definition at line 39 of file sim_edge_count.vhd.