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
Copy file name to clipboardExpand all lines: doc/src/vpr/command_line_usage.rst
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -879,6 +879,38 @@ Setting any of the following options selects `Dusty's annealing schedule <dusty_
879
879
880
880
**Default:** ``move_block_type``
881
881
882
+
.. option:: --placer_debug_block <int>
883
+
884
+
.. note:: This option is likely only of interest to developers debugging the placement algorithm
885
+
886
+
Controls which block the placer produces detailed debug information for.
887
+
888
+
If the block being moved has the same ID as the number assigned to this parameter, the placer will print debugging information about it.
889
+
890
+
* For values >= 0, the value is the block ID for which detailed placer debug information should be produced.
891
+
* For value == -1, detailed placer debug information is produced for all blocks.
892
+
* For values < -1, no placer debug output is produced.
893
+
894
+
.. warning:: VPR must have been compiled with `VTR_ENABLE_DEBUG_LOGGING` on to get any debug output from this option.
895
+
896
+
**Default:** ``-2``
897
+
898
+
.. option:: --placer_debug_net <int>
899
+
900
+
.. note:: This option is likely only of interest to developers debugging the placement algorithm
901
+
902
+
Controls which net the placer produces detailed debug information for.
903
+
904
+
If a net with the same ID assigned to this parameter is connected to the block that is being moved, the placer will print debugging information about it.
905
+
906
+
* For values >= 0, the value is the net ID for which detailed placer debug information should be produced.
907
+
* For value == -1, detailed placer debug information is produced for all nets.
908
+
* For values < -1, no placer debug output is produced.
909
+
910
+
.. warning:: VPR must have been compiled with `VTR_ENABLE_DEBUG_LOGGING` on to get any debug output from this option.
0 commit comments