Motion FPGA
Motion FPGA for the MachX02-7000HE Breakout Board
|
Quadrature decoder entity. More...
Entities | |
rtl | architecture |
Architecture rtl of quad_encoder entity. More... | |
Libraries | |
ieee | |
Using IEEE library. |
Use Clauses | |
std_logic_1164 | |
Using IEEE standard logic components. | |
numeric_std | |
Using IEE standard numeric components. |
Generics | |
bit_width | natural := 8 |
Width of the quadrature decoder. |
Ports | |
clk_in | in std_logic |
Clock. | |
rst_in | in std_logic |
Asynchronous reset. | |
quad_a_in | in std_logic |
Quadrature a input. | |
quad_b_in | in std_logic |
Quadrature b input. | |
quad_count_out | out unsigned ( bit_width - 1 DOWNTO 0 ) |
Quadrature count output. |
Quadrature decoder entity.
Definition at line 16 of file quad_decoder.vhd.