print_section
Syntax
print_section = yes | no
Description
Enables you to print the information about the library files read during the simulation. Possible values of no and yes:
-
no: Only the library file information is printed in the log file. -
yes: Detailed sections of the library files read during the simulation are printed in the log file.
Example
If you specify print_section=yes, the log file displays the following information for the same example:
Reading file: /projects/pl00/simulation/amazon_run/top.sp
Reading file: /projects/p100/simulation/amazon_run/netlist.cdl
Loading section: SS from file: /projects/pl00/simulation/amazon_run//PDK/Spectre/ v1.1/16nm model.scs
Loading section: TT BIP DIO from file: /projects/pl00/simulation/amazon_run//PDK/Spectre/vl.1/16nm_model.scs
Loading section:TT RES DISRES from file: /projects/pl00/simulation/amazon_run//PDK/Spectre/v1.1/16nm_model.scs
Return to top