Skip to content

Commit 87190b6

Browse files
committed
ppl: update message
Signed-off-by: Eder Monteiro <[email protected]>
1 parent aaea058 commit 87190b6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/ppl/src/IOPlacer.tcl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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)

src/ppl/test/random_deprecated1.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
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.

src/ppl/test/random_deprecated2.ok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
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.

0 commit comments

Comments
 (0)