You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The number of placer non timing move probabilities should equal to the total number of supported moves. %d\n", PlacerOpts.place_static_notiming_move_prob.size());
57
+
"The number of placer non timing move probabilities (%d) should equal to or less than the total number of supported moves (%d).\n",
"The percentage probabilities of different moves in Simulated Annealing placement."
2036
-
"This option is only effective for timing-driven placement."
2037
-
"The numbers listed are interpreted as the percentage probabilities of {uniformMove, MedianMove, CentroidMove, WeightedCentroid, WeightedMedian, Timing feasible Region(TFR), Critical UniformMove}, in that order.")
2035
+
"The percentage probabilities of different moves in Simulated Annealing placement. "
2036
+
"For non-timing-driven placement, only the first 3 probabilities should be provided. "
2037
+
"For timing-driven placement, all probabilities should be provided. "
2038
+
"When the number of provided probabilities is less then the number of move types, zero probability "
2039
+
"is assumed."
2040
+
"The numbers listed are interpreted as the percentage probabilities of {UniformMove, MedianMove, CentroidMove, "
2041
+
"WeightedCentroid, WeightedMedian, Critical UniformMove, Timing feasible Region(TFR)}, in that order.")
0 commit comments