report_scenic_nets
report_scenic_nets [ -all | -setd_setObj] [ -demo_colord_setObj] [ -demo_ideal_centroid [ true | false ] ] [ -demo_ideal_mst [ true | false ] ] [ -demo_ideal_mst_shared [ true | false ] ] [ -demo_ideal_ss [ true | false ] ] [ -demo_ideal_steiner [ true | false ] ] [ -exclude_setd_setObj] [ -exclude_typesd_setObj) [ -files_fileName] [ -ideal_methodd_setObj] [ -max_fanouti_count] [ -max_lengthf_userunit] [ -max_length_deltaf_userunit] [ -max_ratiof_real_to_ideal] [ -min_fanouti_count] [ -min_lengthf_userunit] [ -min_length_deltaf_userunit] [ -min_ratiof_real_to_ideal] [ -min_ss_lengthf_userunit] [ -ratio_filterf_ratio_filter] [ -verbose [ true | false ] ]
Description
Reports a set of nets in the entire cellview or in a given set, based on the given criteria for actual or steiner net length and number of pins. If a criterion is not specified, it is ignored. All criteria specified must pass for a net to be selected. The report only includes the nets with specified criteria.
Arguments
Value Returned
Examples
report_scenic_nets -all -file shared.out -ratio_filter worst_source_sink -ideal_method mst_shared -min_ss_length 70.00 -verbose
The following example captures the selection set into a named variable such as “scenicList”.
set scenicList [ report_scenic_nets -all -ratio_filter worst_source_sink -ideal_method mst -min_ratio 2.0 ]
Related Topics
Return to top