Skip to content

Commit

Permalink
Fix Merge Fallout
Browse files Browse the repository at this point in the history
* Updated submodule
* Fixed renamed variable not being fixed in script
  • Loading branch information
donn committed Jan 23, 2024
1 parent a569b20 commit 373b9b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openlane/scripts/openroad/gpl.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ set cell_pad_side [expr $::env(GPL_CELL_PADDING) / 2]

lappend arg_list -pad_right $cell_pad_side
lappend arg_list -pad_left $cell_pad_side
lappend arg_list -init_wirelength_coef $::env(PL_WIRELENGTH_COEF)
lappend arg_list -init_wirelength_coef $::env(PL_WIRE_LENGTH_COEF)

puts "{*}$arg_list"
global_placement {*}$arg_list
Expand Down
2 changes: 1 addition & 1 deletion test/steps/all

0 comments on commit 373b9b0

Please sign in to comment.