@@ -830,47 +830,9 @@ If any of init_t, exit_t or alpha_t is specified, the user schedule, with a fixe
830
830
831
831
**Default: ** ``0.0 ``
832
832
833
- .. _dusty_sa_options :
834
- Setting any of the following 5 options selects :ref: `Dusty's annealing schedule <dusty_sa >` .
835
-
836
- .. option :: --alpha_min <float >
837
-
838
- The minimum (starting) update factor (alpha) used.
839
- Ranges between 0 and alpha_max.
840
-
841
- **Default: ** ``0.2 ``
842
-
843
- .. option :: --alpha_max <float >
844
-
845
- The maximum (stopping) update factor (alpha) used after which simulated annealing will complete.
846
- Ranges between alpha_min and 1.
847
-
848
- **Default: ** ``0.9 ``
849
-
850
- .. option :: --alpha_decay <float >
851
-
852
- The rate at which alpha will approach 1: alpha(n) = 1 - (1 - alpha(n-1)) * alpha_decay
853
- Ranges between 0 and 1.
854
-
855
- **Default: ** ``0.7 ``
856
-
857
- .. option :: --anneal_success_min <float >
858
-
859
- The minimum success ratio after which the temperature will reset to maintain the target success ratio.
860
- Ranges between 0 and anneal_success_target.
861
-
862
- **Default: ** ``0.1 ``
863
-
864
- .. option :: --anneal_success_target <float >
865
-
866
- The temperature after each reset is selected to keep this target success ratio.
867
- Ranges between anneal_success_target and 1.
868
-
869
- **Default: ** ``0.25 ``
870
-
871
833
.. option :: --RL_agent_placement {on | off}
872
834
873
- Uses a Reinforcement Learning (RL) agent in choosing the appropiate move type in placement.
835
+ Uses a Reinforcement Learning (RL) agent in choosing the appropriate move type in placement.
874
836
It activates the RL agent placement instead of using a fixed probability for each move type.
875
837
876
838
**Default: ** ``on ``
@@ -899,7 +861,7 @@ Setting any of the following 5 options selects :ref:`Dusty's annealing schedule
899
861
900
862
Controls how quickly the agent's memory decays. Values between [0., 1.] specify
901
863
the fraction of weight in the exponentially weighted reward average applied to moves
902
- which occured greater than moves_per_temp moves ago. Values < 0 cause the
864
+ which occurred greater than moves_per_temp moves ago. Values < 0 cause the
903
865
unweighted reward sample average to be used (all samples are weighted equally)
904
866
905
867
**Default: ** ``0.05 ``
@@ -918,6 +880,8 @@ Setting any of the following 5 options selects :ref:`Dusty's annealing schedule
918
880
919
881
**Default: ** ``move_block_type ``
920
882
883
+
884
+
921
885
.. option :: --placer_debug_block <int >
922
886
923
887
.. note :: This option is likely only of interest to developers debugging the placement algorithm
@@ -1015,7 +979,7 @@ The following options are only valid when the placement engine is in timing-driv
1015
979
1016
980
.. option :: --place_delay_model_reducer {min , max , median , arithmean , geomean}
1017
981
1018
- When calculating delta delays for the placment delay model how are multiple values combined?
982
+ When calculating delta delays for the placement delay model how are multiple values combined?
1019
983
1020
984
**Default: ** ``min ``
1021
985
@@ -1048,15 +1012,15 @@ The following options are only valid when the placement engine is in timing-driv
1048
1012
1049
1013
.. option :: --place_tsu_abs_margin <float >
1050
1014
1051
- Specifies an absolute offest added to cell setup times used by the placer.
1015
+ Specifies an absolute offset added to cell setup times used by the placer.
1052
1016
This effectively controls whether the placer should try to achieve extra margin on setup paths.
1053
1017
For example a value of 500e-12 corresponds to requesting an extra 500ps of setup margin.
1054
1018
1055
1019
**Default: ** ``0.0 ``
1056
1020
1057
1021
.. option :: --post_place_timing_report <file >
1058
1022
1059
- Name of the post-placement timing report file to generate (not generated if unspecfied ).
1023
+ Name of the post-placement timing report file to generate (not generated if unspecified ).
1060
1024
1061
1025
1062
1026
.. _noc_placement_options :
0 commit comments