Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/scripts/tcl_commands/floorplan.tcl b/scripts/tcl_commands/floorplan.tcl
- index c255017..05ce762 100644
- --- a/scripts/tcl_commands/floorplan.tcl
- +++ b/scripts/tcl_commands/floorplan.tcl
- @@ -216,13 +216,13 @@ proc run_floorplan {args} {
- }
- if { [info exist ::env(EXTRA_LEFS)] } {
- - global_placement_or
- if { [info exist ::env(MACRO_PLACEMENT_CFG)] } {
- file copy -force $::env(MACRO_PLACEMENT_CFG) $::env(TMP_DIR)/macro_placement.cfg
- manual_macro_placement f
- } else {
- basic_macro_placement
- }
- + global_placement_or
- }
- # tapcell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement