Skip to content

Commit ff0c945

Browse files
committed
only call report_design_area if design is loaded
Signed-off-by: Augusto Berndt <augusto.berndt@precisioninno.com>
1 parent 05374d4 commit ff0c945

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

flow/scripts/fillcell.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ if { [env_var_exists_and_non_empty FILL_CELLS] } {
88
log_cmd filler_placement $::env(FILL_CELLS)
99
check_placement
1010

11+
report_design_area
1112
orfs_write_db $::env(RESULTS_DIR)/5_3_fillcell.odb
1213
} else {
1314
log_cmd exec cp $::env(RESULTS_DIR)/5_2_route.odb $::env(RESULTS_DIR)/5_3_fillcell.odb
1415
}
1516

16-
report_design_area

flow/scripts/io_placement.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ if {
1111
-hor_layers $::env(IO_PLACER_H) \
1212
-ver_layers $::env(IO_PLACER_V) \
1313
{*}[env_var_or_empty PLACE_PINS_ARGS]
14+
report_design_area
15+
1416
orfs_write_db $::env(RESULTS_DIR)/3_2_place_iop.odb
1517
write_pin_placement $::env(RESULTS_DIR)/3_2_place_iop.tcl
1618
} else {
1719
log_cmd exec cp $::env(RESULTS_DIR)/3_1_place_gp_skip_io.odb $::env(RESULTS_DIR)/3_2_place_iop.odb
1820
}
1921

20-
report_design_area

0 commit comments

Comments
 (0)