Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

ISO cells in always on logic?

Status
Not open for further replies.

fail1

Junior Member level 3
Joined
Sep 19, 2007
Messages
29
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,462
When doing Low Power, why the Isolation cell need to be placed in always-on logic?

Thx
Kumar
 

The low power technique you means is power-gating.
It is the technique that you can turn off the power supply for specific region within IC.
Here the "turn off" means no power supply instead of inactive state.
For example, you would like to turn off the power supply of arithmetic during sleep mode.

Therefore, the logic can be divided into 1. always-on logic 2. shut-down logic
However, there is data path between these two logic. As the result, we need isolation cell between them.
The purpose of isolation cell is to isolate the unknown signal from shut-down logic to avoid unpredictable output.

For instance, the flip-flop sample the sum of adder which is on shut-down region.
Once the adder is turned off, the sum is unknown or high-impedance since there is no power supply anymore.
Now the flip-flop can't directly sample the sum of adder. This will cause unpredictable result.
To isolate this input, we insert isolation cell by tool automatically. For example, OR gate with power-off active-high signal.
 
Thanks for the reply!
 

Hi YuLongHuang,
how isolation cells different from regular AND/OR cells?
can we use regular AND/OR cell as isolation cell ?

thanks in advance
 

ISO cell is powered by always-on region. It never outputs X value on functional/scan modes.
If you guarantee certain AND/OR gates are always powered, you can use it as certain type of ISO cells. But remember the logic needs to be correct. For example, always-on AND gates could be used as ISO cells for those power-off value output need to be zero(not one).
Fortunately, in current CPF flow, tool will handle the ISO cell insertion based on your input constraint in term of power-off values.
 

thanks a lot for the quick response layowblue :)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top