1 / 13

Hazards/Glitches

Hazards/Glitches. Chapter Overview. Time Response in Combinational Networks Gate Delays and Timing Waveforms Hazards/Glitches and How To Avoid Them. Time Response in Combinational Networks. Timing behavior of circuits is emphasized

gharmon
Download Presentation

Hazards/Glitches

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. Hazards/Glitches

  2. Chapter Overview Time Response in Combinational Networks Gate Delays and Timing Waveforms Hazards/Glitches and How To Avoid Them

  3. Time Response in Combinational Networks • Timing behavior of circuits is emphasized • waveforms are useful to visualize what is happening • Logic simulation can be used to create these waveforms • Hazards : momentary change of signals at the outputs • can be useful -- pulse shaping circuits • can be a problem -- glitches: incorrect circuit operation Terms: gate delay -- time for change at input to cause change at output. rise time -- time for output to transition from low to high voltage fall time -- time for output to transition from high to low voltage

  4. Time Response in Combinational Networks Pulse Shaping Circuit D B A C F A' ·A = 0 3 gate delays D remains high for three gate delays after A changes from low to high F is not always 0!

  5. Time Response in Combinational Networks Another Pulse Shaping Circuit + Resistor A B Open C D Switch Close Switch OpenSwitch Initially undefined

  6. Time Response in Combinational Networks Hazards/Glitches and How to Avoid Them Unwanted switching at the outputs Occur because delay paths through the circuit experience different propagation delays Danger if logic "makes a decision" while output is unstable OR hazard output controls an asynchronous input (these respond immediately to changes rather than waiting for a synchronizing signal called a clock) Solutions: wait until signals are stable (by using a clock) never use circuits with asynchronous inputs design hazard-free circuits(single-bit changes in the inputs)

  7. Time Response in Combinational Networks Hazards/Glitches and How to Avoid Them Input change causes output to go from 1 to 0 to 1 Input change causes output to go from 0 to 1 to 0 Input change causes a double change from 0 to 1 to 0 to 1 OR from 1 to 0 to 1 to 0 Kinds of Hazards

  8. Time Response in Combinational Circuits Glitch Example 1 1 A A 1 1 G1 G1 \C \C 1 1 1 1 G3 F G3 F 0 0 \A \A G2 G2 D D 0 0 0 0 ABCD = 1101 ABCD = 1100 F = A' D + A C' input change within product term 0 0 1 A A 0 A 0 1 G1 G1 G1 \C \C \C 0 1 1 1 1 1 G3 F G3 F G3 F 0 0 1 \A \A \A G2 G2 G2 D D D 0 0 1 1 1 1 ABCD = 0101 (A is still 0) ABCD = 0101 (A is 1) ABCD = 1101 input change that spans product terms output changes from 1 to 0 to 1

  9. Time Response in Combinational Networks Glitch Example General Strategy: add redundant terms F = A' D + A C' becomes A' D + A C' + C' D This eliminates 1-hazard? How about 0-hazard? Re-express F in PoS form: F = (A' + C')(A + D) Glitch present! Add term: (C' + D) This expression is equivalent to the hazard-free SoP form of F

  10. Time Response in Combinational Networks Glitch Example Start with expression that is free of static 1-hazards F = A C' + A' D + C' D F' = (A C' + A' D + C' D)' = (A' + C) (A + D') (C + D') = A C + A C D' + C D' + A' C D' + A' D' = A C + C D' + A' D' covers all the adjacent 0's in the K-map free of static-1 and static-0 hazards! Work with complement:

  11. Time Response in Combinational Networks Static hazards Solution: Add redundant terms to insure all adjacent transitions are covered by terms F2 = A C' + A' D + C' D + A B + B D 1's hazards in F corrected in F2

  12. Time Response in Combinational Networks Designing Networks for Hazard-free operation Simply place transient output function in a form that guarantees that all adjacent ones are covered by a term no term of the transient output function contains both a variable and its complement F(A,B,C,D) = S m(1,3,5,7,8,9,12,13,14,15) F = A B + A' D + B D + A C' + C' D = (A' + B + C') D + A (B + C') (factored by distributive law, which does not introduce hazards since it does not depend on the complementarity laws for its validity)

  13. Time Response in Combinational Networks Dynamic Hazards Example with Dynamic Hazard Three different paths from B or B' to output ABC = 000, F = 1 to ABC = 010, F = 0 different delays along the paths: G1 slow, G4 very slow Handling dynamic hazards very complex Beyond our scope

More Related