We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8550643 commit bcb17edCopy full SHA for bcb17ed
src/ppl/src/IOPlacer.tcl
@@ -229,7 +229,8 @@ proc place_pins { args } {
229
sta::check_argc_eq0 "place_pins" $args
230
231
if { [info exists flags(-random)] || [info exists keys(-random_seed)] } {
232
- utl::warn PPL 113 "-random and -random_seed are deprecated."
+ utl::warn PPL 113 "-random and -random_seed are deprecated and will not be applied." \
233
+ "Skipping random pin placement."
234
} else {
235
set regions $list(-exclude)
236
set pin_groups $list(-group_pins)
0 commit comments