Skip to content

Commit

Permalink
mpl2: tclfmt
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
  • Loading branch information
AcKoucher committed Nov 7, 2024
1 parent a4a5841 commit 280f173
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions src/mpl2/src/mpl.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -220,30 +220,30 @@ proc rtl_macro_placer { args } {
mpl2::set_macro_placement_file $keys(-write_macro_placement)
}

if {![mpl2::rtl_macro_placer_cmd $max_num_macro \
$min_num_macro \
$max_num_inst \
$min_num_inst \
$tolerance \
$max_num_level \
$coarsening_ratio \
$large_net_threshold \
$signature_net_threshold \
$halo_width \
$halo_height \
$fence_lx $fence_ly $fence_ux $fence_uy \
$area_weight $outline_weight $wirelength_weight \
$guidance_weight $fence_weight $boundary_weight \
$notch_weight $macro_blockage_weight \
$pin_access_th \
$target_util \
$target_dead_space \
$min_ar \
$snap_layer \
[info exists flags(-bus_planning)] \
$report_directory \
]} {

if {
![mpl2::rtl_macro_placer_cmd $max_num_macro \
$min_num_macro \
$max_num_inst \
$min_num_inst \
$tolerance \
$max_num_level \
$coarsening_ratio \
$large_net_threshold \
$signature_net_threshold \
$halo_width \
$halo_height \
$fence_lx $fence_ly $fence_ux $fence_uy \
$area_weight $outline_weight $wirelength_weight \
$guidance_weight $fence_weight $boundary_weight \
$notch_weight $macro_blockage_weight \
$pin_access_th \
$target_util \
$target_dead_space \
$min_ar \
$snap_layer \
[info exists flags(-bus_planning)] \
$report_directory]
} {
return false
}

Expand Down

0 comments on commit 280f173

Please sign in to comment.