Hi,
I was wondering how to use this timer code snippet in a state machine:
library ieee;
use ieee.std_logic_1164.all;
entity ttimer is
port(reset, clock: in bit;
dig_sig0, dig_sig1: out bit_vector(7 downto 0);
sum: out integer range 0 to 59);
end ttimer;
architecture flow of ttimer is...
Hi guys,
I was wondering if someone could help me with a simple state machine i'm trying to get to work.
I'll try to explain what it needs to do and then my "source code" so far.
Suppose you step out of the car and the lights are still on and door is open, then a beeper should alert you about...
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.