|
Motion FPGA
Motion FPGA for the MachX02-7000HE Breakout Board
|
Entity to count steps. More...
Entities | |
| sim | architecture |
| Architecture sim of entity sim_step_counter. More... | |
Libraries | |
| ieee | |
| Using IEEE library. | |
Use Clauses | |
| std_logic_1164 | |
| Using IEEE standard logic components. | |
| numeric_std | |
| Using IEE standard numeric components. | |
Ports | |
| rst_in | in std_logic |
| Asynchronous reset. | |
| step_in | in std_logic |
| Step input. | |
| dir_in | in std_logic |
| Direction. | |
| size_in | in integer |
| Size of steps. | |
| steps_out | out integer |
| Current steps. | |
Entity to count steps.
Definition at line 16 of file sim_step_counter.vhd.