Skip to content

Commit 8fb7dcd

Browse files
authored
Merge pull request #700 from vijayank88/fix_fp_script
fixed missing quote in floorplan.tcl
2 parents d4b7e8b + 6e5b44d commit 8fb7dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/floorplan.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ if { [info exist ::env(RESYNTH_AREA_RECOVER)] && $::env(RESYNTH_AREA_RECOVER) ==
133133
if {![info exists save_checkpoint] || $save_checkpoint} {
134134
write_verilog $::env(RESULTS_DIR)/2_post_abc.v
135135
}
136-
utl::push_metrics_stage "floorplan__{}__post_restruct
136+
utl::push_metrics_stage "floorplan__{}__post_restruct"
137137
set num_instances [llength [get_cells -hier *]]
138138
puts "number instances after restructure is $num_instances"
139139
puts "Design Area after restructure"

0 commit comments

Comments
 (0)