1 / 27

Chapter #6: Sequential Logic Design 6.1 -- Sequential Switching Networks

Chapter #6: Sequential Logic Design 6.1 -- Sequential Switching Networks. Sequential Switching Networks. Simple Circuits with Feedback. Simple memory elements created from cascaded gates Simplest gate component: inverter Basis for commercial static RAM designs

aine
Download Presentation

Chapter #6: Sequential Logic Design 6.1 -- Sequential Switching Networks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter #6: Sequential Logic Design6.1 -- Sequential Switching Networks

  2. Sequential Switching Networks Simple Circuits with Feedback Simple memory elements created from cascaded gates Simplest gate component: inverter Basis for commercial static RAM designs Cross-coupled NOR gates and NAND gates also possible These two types of memory elements form the basic building blocks of the latch and flip-fllop memory elements

  3. Sequential Switching Networks Simple Circuits with Feedback "1" 1. Cascaded Inverters: (a) Static Memory Cell "0" Selectively break feedback path to load new value into cell. CMOS transmission gates are used to implement a 2:1 MUX on the inputs to the memory element. When LD (load) is asserted, the feedback path is broken and the value at input A can be stored in the element. When LD is unasserted, the input from A is broken, and feedback path is reasserted. Many logic simulators have difficulty modeling these signal flows because of the critical nature of the timing of the signals in these kinds of circuits.

  4. Period of Repeating Waveform ( tp ) Gate Delay ( td ) 0 1 A (=X) 1 B 0 C 1 D 0 E Sequential Switching Networks Inverter Chains -- (b) Ring Oscillators • Odd # of stages leads to ring oscillator • Snapshot taken just before last inverter changes • Repeats every tp time units --- period • Duty cycle -- percentage of time a signal is high during • the period Output high propagating thru this stage Timing Waveform: tp = 2n * td n = # inverters each node stays low or high for exactly 5 gate delays

  5. Sequential Switching Networks Inverter Chains Propagation of Signals through the Inverter Chain

  6. R-S Latch R S R Q R Q Q’ S S \Q Sequential Switching Networks 2. Cross-Coupled NOR (or NAND) Gates as a basic Memory Element Two alternatives to represent cross-coupled NORs. R = 1 and S=0, Q output is reset to 0, Q’=1 R = 0 and S = 1, Q is set to 1, Q’ =0. R = 0 and S = 0, outputs hold their current vals -- Q=0, Q’ =1 R - Reset input, S -- Set input ==> R-S latch Just like cascaded inverters, with capability to force output to 0 (reset) or 1 (set)

  7. Timing Waveform Reset Hold Reset Set Race Set Forbidden State Forbidden State Sequential Switching Networks When R=S=0, the NOR gates behave like invertors, switching the outputs back to 0. This oscillatory behavior is called race condition.

  8. Sequential Switching Networks State Behavior of R-S Latch -- reset -- set Truth Table Summary of R-S Latch Behavior

  9. Sequential Logic Networks Theoretical R-S Latch State Diagram Reset Set State Diagram: node - repr state of the circuit arc - labeled with input combinations that cause a transition from one state to another Hold

  10. Sequential Logic Networks Observed R-S Latch Behavior Set Reset Very difficult to observe R-S Latch in the 11 state Ambiguously returns to state 01 or 10 A so-called "race condition"

  11. Sequential Switching Networks Definition of Terms Output of a sequential circuit is a function of the current inputs and any signals that are fed back to the inputs. Feedback signals are called the current state. Clock: Periodic Event, causes change from current state to next state rising edge, falling edge, high level, low level Setup Time (Tsu) Minimum time before the clocking event by which the input must be stable There is a timing "window" around the clocking event during which the input must remain stable and unchanged in order to be recognized Hold Time (Th) Minimum time after the clocking event during which the input must remain stable

  12. Sequential Switching Networks Primitive memory elements fall into two classes: latches and flip-flops Latches vs. Flipflops Input/Output Behavior of Latches and Flipflops Type When Inputs are SampledWhen Outputs are Valid unclocked always propagation delay from latch input change level clock high propagation delay from sensitive (Tsu, Th around input change latch falling clock edge) positive edge clock lo-to-hi transition propagation delay from flipflop (Tsu, Th around rising edge of clock rising clock edge) negative edge clock hi-to-lo transition propagation delay from flipflop (Tsu, Th around falling edge of clock falling clock edge) master/slave clock hi-to-lo transition propagation delay from flipflop (Tsu, Th around falling edge of clock falling clock edge)

  13. Sequential Switching Networks Level-Sensitive Latch aka Gated \R-\S Latch Schematic: R S Q 0 0 unstable 0 1 0 reset 1 0 1 set 1 1 hold R=S=1 hold state R=S=0 forbidden state R’ = 1, S’=0 set R’=0, S’=1 reset Enable signal is active low. When it is high the outputs are in a holding state.

  14. Sequential Switching Networks Output ‘Q’ = Input ‘D’ Q+ = D 7474 Edge triggered device sample inputs on the event edge Transparent latches sample inputs as long as the clock is asserted Timing Diagram: 7476 D Clk Q 7474 Bubble here if negative edge triggered device Q 7476 Behavior the same unless input changes while the clock is high

  15. Sequential Switching Elements Typical Timing Specifications: Flipflops vs. Latches 74LS74 Positive Edge Triggered D Flipflop • Setup time • Hold time • Minimum clock width • Propagation delays (low to high, high to low, max and typical) All measurements are made from the clocking event that is, the rising edge of the clock

  16. Sequential Switching Networks Typical Timing Specifications: Flipflops vs. Latches 74LS76 Transparent Latch • Setup time • Hold time • Minimum Clock Width • Propagation Delays: high to low, low to high, maximum, typical data to output clock to output Measurements from falling clock edge or rising or falling data edge

  17. Sequential Switching Elements R-S Latch Revisited Truth Table: Next State = F(S, R, Current State) Derived K-Map: HOLD RESET Characteristic Equation: Q+ = S + R Q t Qt = Q(t + ) SET NOT ALLOWED

  18. Q ( t ) Sequential Switching Networks J-K Latch How to eliminate the forbidden state of the R-S latch? Idea: use output feedback to guarantee that R and S are never both one J, K both one yields toggle HOLD JK 00 01 11 10 0 0 0 1 1 RESET 1 1 0 0 1 SET Characteristic Equation: TOGGLE Q+ = Q K + Q J

  19. Sequential Switching Networks J-K Latch: Race Condition Reset Set Toggle Race Condition Toggle Correctness: Single State change per clocking event Solution: Master/Slave Flipflop Since toggle values of J,K = 11 remain asserted to RS while the output is changing, thus flipping the value of RS presented to internal latch, causing it to toggle again (continues until toggle removed).

  20. Sequential Switching Network Master/Slave J-K Flipflop Master Stage Slave Stage Sample inputs while clock low Sample inputs while clock high Uses time to break feedback path from outputs to inputs!

  21. Sequential Switching Network Master/Slave J-K Flipflop Correct Toggle Operation

  22. D D Holds D when clock goes low 0 R Q Clk=1 Q S 0 Holds D when clock goes low D D Sequential Switching Networks Edge-Triggered Flipflops Now have problem of 1’s catching. 1's Catching: a 0-1-0 glitch on the J or K inputs leads to a state change! forces designer to use hazard-free logic Solution: edge-triggered logic (sample inputs only on rising or falling clock edge) Negative Edge-Triggered D flipflop 4-5 gate delays setup, hold times necessary to successfully latch the input Characteristic Equation: Q+ = D Negative edge-triggered FF when clock is high

  23. 0 4 D D D D 3 D R R Q Q 6 Clk=0 Clk=0 Q Q 5 D D S S D 2 D D D' D 1 0 D'  D Sequential Switching Network Edge-triggered Flipflops Step-by-step analysis Changes to 0, gates 2,4,5 hold their previous values D changes Negative edge-triggered FF when clock goes high-to-low data is latched Negative edge-triggered FF when clock is low data is held If D=1, R-S latch sets If D=0, R-S latch resets

  24. Sequential Switching Networks Positive vs. Negative Edge Triggered Devices Positive Edge Triggered Inputs sampled on rising edge Outputs change after rising edge Negative Edge Triggered Inputs sampled on falling edge Outputs change after falling edge

  25. Sequential Switching Networks Toggle Flipflop Single input that causes the stored state to be complemented when the input is asserted. Not normally found in stardard parts catalogs because they are so easy to construct from other flip flops Formed from J-K with both inputs wired together J K Q Q+ 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 0 1 0 0 1 1 0 1 1 1 1 0 1 1 1 1 0 T Q Q+ 0 0 0 0 1 1 1 0 1 1 1 0 J Q T Q’ K

  26. Sequential Switching Networks

  27. HW #12 -- Section 6.1

More Related