Skip to content

Commit 7ade605

Browse files
committed
[vpr][place] remove get_net_wirelength_from_layer_bb_ from netcosthandler class
1 parent 5090124 commit 7ade605

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

vpr/src/place/net_cost_handler.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -508,14 +508,6 @@ class NetCostHandler {
508508
*/
509509
double get_net_per_layer_bb_cost_(ClusterNetId net_id, bool use_ts);
510510

511-
/**
512-
* @brief Given the per-layer BB, calculate the wire-length estimate of the net on each layer
513-
* and return the sum of the lengths
514-
* @param net_id ID of the net which wirelength estimate is requested
515-
* @return Wirelength estimate of the net
516-
*/
517-
double get_net_wirelength_from_layer_bb_(ClusterNetId net_id);
518-
519511
/**
520512
* @brief Computes the inverse of average channel width for horizontal and
521513
* vertical channels within a bounding box.

0 commit comments

Comments
 (0)