Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

report_fill

report_fill
[ -layer {all | {s_layer…}} ] 
[ -all | -set d_setObj | -region {f_xlo f_ylo f_xhi f_yhi} ] 
[ -print_number [ true | false ] ]
[ -print_area [ true | false ] ]
[ -tcl_list [ true | false ] ]

Description

Reports the number of fill shapes and, optionally, the area, in micron2, occupied by the fill shapes of each type:

You can optionally limit the report to a given region, or to nets in a set, otherwise fill shapes in the entire design are reported for all layers or the given layers only.

Arguments

-all

(Default) Reports on the entire design.

-layer {all | {s_layerName…}}

  

Reports on fill shapes in the entire design (all) or on the given layers. By default, fill shapes in the entire design are reported.

-print_area [ true | false ]

  

(Default/true) Reports the total shape area for each type of shape in micron2.

-print_number [ true | false ]

  

(Default/true) Reports the number of shapes for each type of fill.

-region {f_xlo f_ylo f_xhi f_yhi}

  

Limits reporting to fill shapes in the specified area of the cellview, given by the lower left and upper right coordinates. By default, fill shapes in the entire design are reported.

-set d_setObj

Limits the report to nets in the given set.

-tcl_list [ true | false ]

Outputs the results as a Tcl list.

Examples

The following is an example of the values reported for this command:

report_fill -region [get_window_area] -layer Metal2
+------+-------------+-------+-----------+-------+-------+---------------+
| Layer| Floating |GapFill| VDD_PLL | VDD | VSS | Total |
+------+-------------+-------+-----------+-------+-------+---------------+
| |Num Area|NumArea| NumArea|NumArea|NumArea| Num Area|
+------+-------------+-------+-----------+-------+-------+---------------+
|Metal2| 64 453| 0 0| 0 0| 0 0| 0 0| 64 453|
+------+-------------+-------+-----------+-------+-------+---------------+
| TOTAL| 64 453| 0 0| 0 0| 0 0| 0 0| 64 453|
+------+-------------+-------+-----------+-------+-------+---------------+

Related Topics

connect_fill

create_fill

create_net_fill

create_pg_fill


Return to top
 ⠀
X