Advertisement
Guest User

Untitled

a guest
Nov 17th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.81 KB | None | 0 0
  1. diff --git a/scripts/tcl_commands/floorplan.tcl b/scripts/tcl_commands/floorplan.tcl
  2. index c255017..05ce762 100644
  3. --- a/scripts/tcl_commands/floorplan.tcl
  4. +++ b/scripts/tcl_commands/floorplan.tcl
  5. @@ -216,13 +216,13 @@ proc run_floorplan {args} {
  6.                 }
  7.  
  8.                 if { [info exist ::env(EXTRA_LEFS)] } {
  9. -                       global_placement_or
  10.                         if { [info exist ::env(MACRO_PLACEMENT_CFG)] } {
  11.                                 file copy -force $::env(MACRO_PLACEMENT_CFG) $::env(TMP_DIR)/macro_placement.cfg
  12.                                 manual_macro_placement f
  13.                         } else {
  14.                                 basic_macro_placement
  15.                         }
  16. +                       global_placement_or
  17.                 }
  18.  
  19.                 # tapcell
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement