| Home -- Hierarchy -- Packages -- Entities -- Instantiations -- Sources |
Defined in VHDL/Flasher.vhd
Author: John E. Kent
Version: 0.1 from 2010-08-28
Implements a long counter used to flash a LED to indicate code has loaded correctly.
| library ieee | |
| use ieee.numeric_std.all | |
| use ieee.std_logic_1164.all | |
| use ieee.std_logic_unsigned.all |
| my_LED_Flasher (clk, rst, CountL ) |