Download Glitch Removal www.AssignmentPoint.com Glitch Removal is the

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Standby power wikipedia , lookup

Spectral density wikipedia , lookup

Power over Ethernet wikipedia , lookup

Electrification wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

History of electric power transmission wikipedia , lookup

Power inverter wikipedia , lookup

Electric power system wikipedia , lookup

Variable-frequency drive wikipedia , lookup

Islanding wikipedia , lookup

Voltage optimisation wikipedia , lookup

Audio power wikipedia , lookup

Amtrak's 25 Hz traction power system wikipedia , lookup

Opto-isolator wikipedia , lookup

Electrical substation wikipedia , lookup

TRIAC wikipedia , lookup

Power engineering wikipedia , lookup

Alternating current wikipedia , lookup

Mains electricity wikipedia , lookup

Pulse-width modulation wikipedia , lookup

Rectiverter wikipedia , lookup

AC adapter wikipedia , lookup

Buck converter wikipedia , lookup

CMOS wikipedia , lookup

Switched-mode power supply wikipedia , lookup

Transcript
Glitch Removal
www.AssignmentPoint.com
www.AssignmentPoint.com
Glitch Removal is the elimination of glitches—unnecessary signal transitions without
functionality—from electronic circuits. Power dissipation of a gate occurs in two ways: Static
power dissipation and Dynamic power dissipation. Glitch power comes under dynamic
dissipation in the circuit and is directly proportional to switching activity. Glitch power
dissipation is 20%-70% of total power dissipation and hence glitching should be eliminated
for low power design.
Switching activity occurs due to Signal transitions which are of two types: functional
transition and a glitch. Switching power dissipation is directly proportional to the switching
activity (α), load capacitance (C), Supply voltage (V), and clock frequency (f) as:
P = α.C.V².f
Switching activity means transition to different levels. Glitches are dependent on signal
transitions and more glitches results in higher power dissipation. As per above equation
switching power dissipation can be controlled by controlling switching activity (α), voltage
scaling etc.
Glitch reduction techniques
Reducing switching activity
As discussed, more transition results in more glitches and hence more power dissipation. To
minimize glitch occurrence, switching activity should be minimized. For example, in the
design of 4 bit counter if gray code is used instead of binary code then switching activity is
reduced by a great extent. As counting from 0000 to 0101, a usual binary counter takes 5
transitions whereas gray code implemented counter takes only 2 transitions and hence
switching activity is reduced.
Gate freezing
Gate freezing minimizes power dissipation by eliminating glitching. It relies on the
availability of modified standard library cells such as the so-called F-Gate. This method
www.AssignmentPoint.com
consists of transforming high glitch gates into modified devices which filter out the glitches
when a control signal is applied. When the control signal is high, the F-Gate operates as
normal but when the control signal is low, the gate output is disconnected from the ground.
As a result it can never be discharged to logic 0 and glitches are prevented.
Hazard filtering and balanced path delay
Hazards in digital circuits are unnecessary transitions due to varying path delays in the
circuit. Balanced path delay techniques can be used for resolving differing path delays. To
make path delays equal, buffer insertion is done on the faster paths. Balanced path delay will
avoid glitches in the output.
Hazard filtering is another way to remove glitching. In hazard filtering gate propagation
delays are adjusted. This results in balancing all path delays at the output.
Hazard filtering is preferred over path balancing as path balancing consumes more power due
to the insertion of additional buffers.
Gate sizing
Gate upsizing and gate downsizing techniques are used for path balancing. A gate is replaced
by a logically equivalent but differently-sized cell so that delay of the gate is changed.
Because increasing the gate size also increases power dissipation, gate-upsizing is only used
when power saved by glitch removal is more than the power dissipation due to the increase in
size. Gate sizing affects glitching transitions but does not affect the functional transition.
www.AssignmentPoint.com
Multiple threshold transistor
The delay of a gate is a function of its threshold voltage. Non critical paths are selected and
threshold voltage of the gates in these paths is increased. This results in balanced propagation
delay along different paths converging at the receiving gate. Performance is maintained since
it is determined by the time required by the critical path. A higher threshold voltage also
reduces the leakage current of a path.
www.AssignmentPoint.com