Saturday, July 31, 2021

Fundamentals of Isolation Cells in Low Power VLSI Design



In Multi Voltage VLSI Design, isolation cells play an important role in the modern VLSI world.


Requirement : Lets have a look at the below diagram -



- Lets assume VDDA voltage domain is always ON and VDDB voltage domain can go ON or OFF based on the certain design requirements ( To minimize the power consumption of the whole design)

- When VDDB domain is OFF , the outputs of all the gates of this domain are at unpredictable state.

- Since , some of the gates of VDDB domain might be driving some logic in VDDA domain (Which is always ON) but since VDDB domain signals are at unknown state (X) and they might corrupt the logic in VDDA domain and eventually the VDDA domain functionality gets corrupted

- To avoid such scenario , we need to isolate the signals going from VDDB(OFF) to VDDA(ON) domain by the use of nothing but called as isolation cells

- By using isolation cells we will clamp the respective logic to a proper value (0 or 1 or Latch )


Isolation cells :

- These are simple logic gates which is used to pull-up (logic '1'), pull-down (logic '0' ) a logic node when the logic node is supposed to get an invalid logic value ( Unknown Voltage)

Clamp to Zero (Pull Down) Isolation Cell :

- AND Gate based Clamp0 Isolation Cell -




Function: X = (A * EN)



- NOR Gate Based Clamp0 Isolation Cell - This type of cells comes with an inverted logic input A. These are useful in the cases where isolation cell is placed in OFF domain itself (VDDB in this case). They do not require and power supply to pull down the node as they are already sitting in OFF domain and power is OFF


Clamp to One (Pull Up) Isolation Cell -

- OR Gate Based Clamp1 Isolation Cell -





Function : X = (A + EN0)


Latch Type Isolation Cell -









Key Points :

- Only single supply is required for NOR type Pull Down isolation cells.

- To hold the value , Latch type isolation cells must required dual supply

- AND Based / OR Based , Pull Down/Pull Up isolation cells can have dual supply. They can be placed in OFF domain with ON supply



----------------------------------------------------Happy Learning--------------------------------------

0 Comments:

Post a Comment