Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions flow/scripts/detail_route.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ if { ![design_is_routed] } {
error "Design has unrouted nets."
}

report_design_area

# Don't report metrics as we have not extracted parasitics, which will happen
# in final so there is no need to repeat it here.

Expand Down
2 changes: 2 additions & 0 deletions flow/scripts/fillcell.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ if { [env_var_exists_and_non_empty FILL_CELLS] } {
} else {
log_cmd exec cp $::env(RESULTS_DIR)/5_2_route.odb $::env(RESULTS_DIR)/5_3_fillcell.odb
}

report_design_area
2 changes: 2 additions & 0 deletions flow/scripts/global_place_skip_io.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ if { [env_var_exists_and_non_empty FLOORPLAN_DEF] } {
{*}[env_var_or_empty GLOBAL_PLACEMENT_ARGS]
}

report_design_area

orfs_write_db $::env(RESULTS_DIR)/3_1_place_gp_skip_io.odb
2 changes: 2 additions & 0 deletions flow/scripts/io_placement.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ if {
} else {
log_cmd exec cp $::env(RESULTS_DIR)/3_1_place_gp_skip_io.odb $::env(RESULTS_DIR)/3_2_place_iop.odb
}

report_design_area
2 changes: 2 additions & 0 deletions flow/scripts/macro_place.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ load_design 2_1_floorplan.odb 2_1_floorplan.sdc

source $::env(SCRIPTS_DIR)/macro_place_util.tcl

report_design_area

orfs_write_db $::env(RESULTS_DIR)/2_2_floorplan_macro.odb
write_macro_placement $::env(RESULTS_DIR)/2_2_floorplan_macro.tcl
2 changes: 2 additions & 0 deletions flow/scripts/pdn.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ foreach net [$block getNets] {
}
}

report_design_area

orfs_write_db $::env(RESULTS_DIR)/2_4_floorplan_pdn.odb
2 changes: 2 additions & 0 deletions flow/scripts/tapcell.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ if { [env_var_exists_and_non_empty TAPCELL_TCL] } {
cut_rows
}

report_design_area

orfs_write_db $::env(RESULTS_DIR)/2_3_floorplan_tapcell.odb