We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5090124 commit 7ade605Copy full SHA for 7ade605
vpr/src/place/net_cost_handler.h
@@ -508,14 +508,6 @@ class NetCostHandler {
508
*/
509
double get_net_per_layer_bb_cost_(ClusterNetId net_id, bool use_ts);
510
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
-
519
/**
520
* @brief Computes the inverse of average channel width for horizontal and
521
* vertical channels within a bounding box.
0 commit comments