Skip to content

Commit 42d06e7

Browse files
committed
[vpr][type] add comments for t_bb
1 parent 0c355d8 commit 42d06e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vpr/src/base/vpr_types.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,12 @@ struct t_net_power {
423423
* @brief Stores a 3D bounding box in terms of the minimum and
424424
* maximum coordinates: x, y, layer
425425
*
426+
* @var xmin: The minimum x-coordinate of the bounding box
427+
* @var xmax: The maximum x-coordinate of the bounding box
428+
* @var ymin: The minimum y-coordinate of the bounding box
429+
* @var ymax: The maximum y-coordinate of the bounding box
430+
* @var layer_min: The minimum layer of the bounding box
431+
* @var layer_max: The maximum layer of the bounding box
426432
* @var is_fixed: Indicates whether the bounding box can be stretched.
427433
* This is useful during placement, where the bounding box passed to the
428434
* function (representing the placement range) may be stretched to find a

0 commit comments

Comments
 (0)