PD FP
PD FP
Ex:setDesignMode process 28
3.init_verilog
Simillary we can read mmcc files ,sdc etc(so not mentioning in the document)
Ex:setMaxRouteLayer 7
Description:Saves the database for all stages of the PD flow after importing.
Save Design <filename.enc> -def: saves a DEF file in addition saving place and
route files when you save the design.
Note:- use this command in the hieraichal flow where assemble design reads
only netlist and DEF file,not recommended for flat block.
-compress switch is used to compress the data which are big blocks,-nocompress
switch is used for small blocks.
-verilog switch writes out an ASCII verilog file.It is some times useful to save the
verilog to send to third party tools.
6.all_analysis_views
Description:Defines all the analysis views (views mean corners and mode in icc)
in the design.
Ex:all_analysis_views
Description:using this command we can load the saved floorplan def and I/o
placement def etc.
defIn nets :Reads the NETS section of the DEF file and ignores the remaining
sections
8.defOut
This command writes floorplan data and information on placed and unplaced
standarad cells.
By default defOut command writes out floorplan data and standarad cell placed
and unplaced information.
Ex:defIn file.sacndef
Ex:defOut test.def
Note: we have multiple options which are not mentioning in the document
9.defOutBysection
Example
10.all_delay_corners
Description:provides the objects of the corners (pvt conditions for our design)
Ex:all_delay_corners
11.setAnalysisMode
Clock connectivity and data connectivity are checked to make sure clock or data
is propagated as expected.
Note: there are multiple optiona which are not mentioning in the document
13.checkPlace
Note:The utilization value reported by checkPlace and the density value reported
by timeDesign might differ,because checkPlace includes cellpadding while
timeDesign doesnot
14.checkFPlan
Ex:checkFPlan reportUtil
15.createPGPin