Skip to content

Commit 5021128

Browse files
author
Brandon Heiner
committed
Enhanced description of cfactor parameter
1 parent 5d3c43d commit 5021128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/base/place_and_route.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ t_chan_width init_chan(int cfactor, t_chan_width_dist chan_width_dist, t_graph_t
461461
* @brief Computes the channel width and adjusts it to be an an even number if unidirectional
462462
* since unidirectional graphs need to have paired wires.
463463
*
464-
* @param cfactor Channel width factor.
464+
* @param cfactor Channel width factor: multiplier on the channel width distribution (usually the number of tracks in the widest channel).
465465
* @param chan_dist Channel width distribution.
466466
* @param x The distance (between 0 and 1) we are across the chip.
467467
* @param separation The distance between two channels in the 0 to 1 coordinate system.

0 commit comments

Comments
 (0)