We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4b7e8b + 6e5b44d commit 8fb7dcdCopy full SHA for 8fb7dcd
flow/scripts/floorplan.tcl
@@ -133,7 +133,7 @@ if { [info exist ::env(RESYNTH_AREA_RECOVER)] && $::env(RESYNTH_AREA_RECOVER) ==
133
if {![info exists save_checkpoint] || $save_checkpoint} {
134
write_verilog $::env(RESULTS_DIR)/2_post_abc.v
135
}
136
- utl::push_metrics_stage "floorplan__{}__post_restruct
+ utl::push_metrics_stage "floorplan__{}__post_restruct"
137
set num_instances [llength [get_cells -hier *]]
138
puts "number instances after restructure is $num_instances"
139
puts "Design Area after restructure"
0 commit comments