File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,7 @@ proc place_pins { args } {
229229 sta::check_argc_eq0 " place_pins" $args
230230
231231 if { [info exists flags(-random)] || [info exists keys(-random_seed)] } {
232- utl::warn PPL 113 " -random and -random_seed are deprecated and will not be applied." \
233- " Skipping random pin placement."
232+ utl::warn PPL 113 " -random and -random_seed are obsolete. Skipping random pin placement."
234233 } else {
235234 set regions $list(-exclude)
236235 set pin_groups $list(-group_pins)
Original file line number Diff line number Diff line change 33[INFO ODB-0130] Created 54 pins.
44[INFO ODB-0131] Created 88 components and 422 component-terminals.
55[INFO ODB-0133] Created 54 nets and 88 connections.
6- [WARNING PPL-0113] -random and -random_seed are deprecated and will not be applied . Skipping random pin placement.
6+ [WARNING PPL-0113] -random and -random_seed are obsolete . Skipping random pin placement.
Original file line number Diff line number Diff line change 33[INFO ODB-0130] Created 54 pins.
44[INFO ODB-0131] Created 88 components and 422 component-terminals.
55[INFO ODB-0133] Created 54 nets and 88 connections.
6- [WARNING PPL-0113] -random and -random_seed are deprecated and will not be applied . Skipping random pin placement.
6+ [WARNING PPL-0113] -random and -random_seed are obsolete . Skipping random pin placement.
You can’t perform that action at this time.
0 commit comments