File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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+ */
332337std::vector<int > get_cluster_block_pins (t_physical_tile_type_ptr physical_tile,
333338 ClusterBlockId cluster_blk_id,
334339 int abs_cap);
You can’t perform that action at this time.
0 commit comments