Basics |
Case study: Alarm State MachineBuilding the machineOne Flipflop per stateAs we have three states, we must have the same number of flipflops (only one must be on at a time). To have a simpler design, the input data and the state feedback are made available as a "bus" and the different gates just have to pick signals on it. The logic is the direct application of the logic formulas.
Different components are added: a clock for the flipflops, a reset to set the initial state to the state "1", an oscillator to made the alarm blink and a counter to have some delay for the "TimeOut" signal".
|