Skip to content

Commit

Permalink
update doc for draw_crit_path_contour
Browse files Browse the repository at this point in the history
  • Loading branch information
w0lek committed Jun 10, 2024
1 parent 95948f5 commit f4d6824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vpr/src/base/vpr_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,8 @@ struct ServerContext : public Context {
/**
* @brief Stores the flag indicating whether to draw the critical path contour.
*
* If the flag is set to true, the non-selected critical path elements will be drawn as a contour, while selected elements will be drawn as usual.
* If True, the entire path will be rendered with some level of transparency, regardless of the selection of path elements. However, selected path elements will be drawn in full color.
* This feature is helpful in visual debugging, to see how the separate path elements are mapped into the whole path.
*/
bool draw_crit_path_contour = false;

Expand Down

0 comments on commit f4d6824

Please sign in to comment.