Skip to content

Commit bcb17ed

Browse files
committed
ppl: improve warning message
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 8550643 commit bcb17ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ppl/src/IOPlacer.tcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ 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."
232+
utl::warn PPL 113 "-random and -random_seed are deprecated and will not be applied." \
233+
"Skipping random pin placement."
233234
} else {
234235
set regions $list(-exclude)
235236
set pin_groups $list(-group_pins)

0 commit comments

Comments
 (0)