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.

vlsi chip designing.....

Status
Not open for further replies.
Same question is mine .

If anybody knows design a simple logic using power gating ?
 

You need some signals in your RTL to control the power switch of your voltage island.
After there is two ways to implement a voltage island:
1- with retention flop.
2- without retention flop, then you need some reset/reload sequence to restart as you want.
To see the impact on the simulation, you need to used UPF/CPF flow.

- - - Updated - - -

1- retention flop must be provide by the std library.
2- usual std cell could be used, but extract logic is needed to have this properly "power-up" phase.

Also take care of the power switch design, power switch on/off sequence, function of the size of island.
 

RTL coding could be verilog, vhdl, don't care.
To impact the simulation it is better to used the UPF/CPF, because all supports is available.
You could create your own verilog feature but how do handle after that with the backend tool. It is possible but you need to take care to multiple stuffs that are already check via upf/cpf flow.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top