|
Motion FPGA
Motion FPGA for the MachX02-7000HE Breakout Board
|
Blink entity. More...
Entities | |
| rtl | architecture |
| Architecture rtl of blink entity. More... | |
Libraries | |
| ieee | |
| Using IEEE library. | |
Use Clauses | |
| std_logic_1164 | |
| Using IEEE standard logic components. | |
Generics | |
| max_count | integer := 10 |
| Maximum Count value. | |
Ports | |
| clk_in | in std_logic |
| Clock. | |
| rst_in | in std_logic |
| Asynchronous reset. | |
| led_out | out std_logic |
| LED output. | |
Blink entity.
This entity blinks an LED, toggling the output when max_count number of clocks has been generated.