Changes

Jump to: navigation, search

Dxarts470 su12 notes

660 bytes added, 14:12, 20 June 2012
Topics
State Machines
*implement a state machine in digital logic*Latches/Memory
*digital logic
*FPGAs - http://blip.tv/bios/making-demos-with-fpgas-828200
*A finite-state machine (FSM) or finite-state automaton (plural: automata), or simply a state machine, is a mathematical model used to design computer programs and digital logic circuits. It is conceived as an abstract machine that can be in one of a finite number of states. The machine is in only one state at a time; the state it is in at any given time is called the current state. It can change from one state to another when initiated by a triggering event or condition, this is called a transition. A particular FSM is defined by a list of the possible transition states from each current state, and the triggering condition for each transition.
*implement a state machine in digital logic

Navigation menu