@@ -874,55 +874,9 @@ If any of init_t, exit_t or alpha_t is specified, the user schedule, with a fixe
874874
875875 **Default: ** ``0.0 ``
876876
877- .. _dusty_sa_options :
878- Setting any of the following 5 options selects :ref: `Dusty's annealing schedule <dusty_sa >` .
879-
880- .. option :: --alpha_min <float >
881-
882- The minimum (starting) update factor (alpha) used.
883- Ranges between 0 and alpha_max.
884-
885- **Default: ** ``0.2 ``
886-
887- .. option :: --alpha_max <float >
888-
889- The maximum (stopping) update factor (alpha) used after which simulated annealing will complete.
890- Ranges between alpha_min and 1.
891-
892- **Default: ** ``0.9 ``
893-
894- .. option :: --alpha_decay <float >
895-
896- The rate at which alpha will approach 1: alpha(n) = 1 - (1 - alpha(n-1)) * alpha_decay
897- Ranges between 0 and 1.
898-
899- **Default: ** ``0.7 ``
900-
901- .. option :: --anneal_success_min <float >
902-
903- The minimum success ratio after which the temperature will reset to maintain the target success ratio.
904- Ranges between 0 and anneal_success_target.
905-
906- **Default: ** ``0.1 ``
907-
908- .. option :: --anneal_success_target <float >
909-
910- The temperature after each reset is selected to keep this target success ratio.
911- Ranges between anneal_success_target and 1.
912-
913- **Default: ** ``0.25 ``
914-
915- .. option :: --place_cost_exp <float >
916-
917- Wiring cost is divided by the average channel width over a net's bounding box
918- taken to this exponent. Only impacts devices with different channel widths in
919- different directions or regions.
920-
921- **Default: ** ``1 ``
922-
923877.. option :: --RL_agent_placement {on | off}
924878
925- Uses a Reinforcement Learning (RL) agent in choosing the appropiate move type in placement.
879+ Uses a Reinforcement Learning (RL) agent in choosing the appropriate move type in placement.
926880 It activates the RL agent placement instead of using a fixed probability for each move type.
927881
928882 **Default: ** ``on ``
@@ -951,7 +905,7 @@ Setting any of the following 5 options selects :ref:`Dusty's annealing schedule
951905
952906 Controls how quickly the agent's memory decays. Values between [0., 1.] specify
953907 the fraction of weight in the exponentially weighted reward average applied to moves
954- which occured greater than moves_per_temp moves ago. Values < 0 cause the
908+ which occurred greater than moves_per_temp moves ago. Values < 0 cause the
955909 unweighted reward sample average to be used (all samples are weighted equally)
956910
957911 **Default: ** ``0.05 ``
@@ -970,6 +924,8 @@ Setting any of the following 5 options selects :ref:`Dusty's annealing schedule
970924
971925 **Default: ** ``move_block_type ``
972926
927+
928+
973929.. option :: --placer_debug_block <int >
974930
975931 .. note :: This option is likely only of interest to developers debugging the placement algorithm
@@ -1067,7 +1023,7 @@ The following options are only valid when the placement engine is in timing-driv
10671023
10681024.. option :: --place_delay_model_reducer {min , max , median , arithmean , geomean}
10691025
1070- When calculating delta delays for the placment delay model how are multiple values combined?
1026+ When calculating delta delays for the placement delay model how are multiple values combined?
10711027
10721028 **Default: ** ``min ``
10731029
@@ -1100,15 +1056,15 @@ The following options are only valid when the placement engine is in timing-driv
11001056
11011057.. option :: --place_tsu_abs_margin <float >
11021058
1103- Specifies an absolute offest added to cell setup times used by the placer.
1059+ Specifies an absolute offset added to cell setup times used by the placer.
11041060 This effectively controls whether the placer should try to achieve extra margin on setup paths.
11051061 For example a value of 500e-12 corresponds to requesting an extra 500ps of setup margin.
11061062
11071063 **Default: ** ``0.0 ``
11081064
11091065.. option :: --post_place_timing_report <file >
11101066
1111- Name of the post-placement timing report file to generate (not generated if unspecfied ).
1067+ Name of the post-placement timing report file to generate (not generated if unspecified ).
11121068
11131069
11141070.. _noc_placement_options :
0 commit comments