File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -423,6 +423,12 @@ struct t_net_power {
423
423
* @brief Stores a 3D bounding box in terms of the minimum and
424
424
* maximum coordinates: x, y, layer
425
425
*
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
426
432
* @var is_fixed: Indicates whether the bounding box can be stretched.
427
433
* This is useful during placement, where the bounding box passed to the
428
434
* function (representing the placement range) may be stretched to find a
You can’t perform that action at this time.
0 commit comments