Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: brian02
  • Content: Threads
  • Order by date
  1. brian02

    using a timer code snippet in a state machine

    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...
  2. brian02

    state machine

    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...

Part and Inventory Search

Back
Top