|
楼主 |
发表于 2014-10-13 17:16:28
|
显示全部楼层
回复 2# pengyong820954
-decap_cells cell_name_list
Specifies the names of cells that have explicit decoupling
capacitance for use in decap optimization. These cells
are nearly equivalent to feedthrough cells, except that
there is typically an active device between the power and
ground nets to provide extra decoupling capacitance.
Power-grid view library generation uses this list of cells to
ensure that a capacitance value is associated with each
cell. If no capacitance is associated with a cell, a warning
message will be issued.
In the accuratemode, you can specify decap cells for
standard cells (set_power_library_mode -accuracy accurate -celltype stdcells).
-filler_cells cell_name_list
List the names of the filler or feedthrough cells that have
no GDS data. These cells can be swapped out for
decaps during decap optimization.
In the fastmode, you can specify filler cells for all cell
types (set_power_library_mode -accuracy
fast -celltype allcells).
In the accuratemode, you can specify filler cells for
standard cells and I/O’s (set_power_library_mode
-accuracy accurate -celltype stdcellsOR
set_power_library_mode -accuracy accurate
-celltype ios). |
|