library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use IEEE.std_logic_unsigned.all;
entity timer is
port (
clk_in: in STD_LOGIC;
reset: in STD_LOGIC;
push_button: in STD_LOGIC;
current_state: out STD_LOGIC_VECTOR (1 downto 0);
digit0: out...
The aim of this experiment is to design and construct a race timer, suitable for use in track events, where the times of place getters are displayed on seven segment LED displays. The circuit is to start counting on receipt of a pulse from a starting button, and to record the times of arrival of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.