Skip to content

Commit bf9d329

Browse files
author
Pavan kumar
committed
Add report_layer_rc to floorplan stage
Call report_layer_rc in floorplan.tcl to log per-layer resistance and capacitance values. Placed alongside existing report_units calls since RC values are static across all flow stages. Resolves #2841 Signed-off-by: Pavan kumar <pavan@kali.kali.edu>
1 parent 62c4739 commit bf9d329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/scripts/floorplan.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ if { $::env(REMOVE_ABC_BUFFERS) } {
146146
puts "Default units for flow"
147147
report_units
148148
report_units_metric
149+
report_layer_rc
149150
report_metrics 2 "floorplan final" false false
150151

151152
source_env_var_if_exists POST_FLOORPLAN_TCL

0 commit comments

Comments
 (0)