Skip to content

Commit 0727c50

Browse files
committed
[vpr][util] add comment for get_cluster_block_pins
1 parent 17cc491 commit 0727c50

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vpr/src/util/vpr_utils.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,12 @@ std::vector<int> get_cluster_netlist_intra_tile_pins_at_loc(const t_physical_til
328328
const vtr::vector<ClusterBlockId, t_cluster_pin_chain>& pin_chains,
329329
const vtr::vector<ClusterBlockId, std::unordered_set<int>>& pin_chains_num,
330330
t_physical_tile_type_ptr physical_type);
331-
331+
/**
332+
* @brief Returns the list of pins (both cluster-level and intra-cluster-level) of the given cluster block.
333+
* @param physical_tile The physical tile type that the cluster block is mapped to.
334+
* @param cluster_blk_id The cluster block ID.
335+
* @param abs_cap The absolute capacity number of the sub-tile that the cluster block is mapped to.
336+
*/
332337
std::vector<int> get_cluster_block_pins(t_physical_tile_type_ptr physical_tile,
333338
ClusterBlockId cluster_blk_id,
334339
int abs_cap);

0 commit comments

Comments
 (0)