Skip to content

Commit 3f1f8e2

Browse files
committed
fix comment format issue
1 parent 0388cb7 commit 3f1f8e2

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

vpr/src/place/net_cost_handler.cpp

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -556,18 +556,8 @@ static void update_td_delta_costs(const PlaceDelayModel* delay_model,
556556
std::vector<ClusterPinId>& affected_pins,
557557
double& delta_timing_cost,
558558
bool is_src_moving) {
559-
560-
/**
561-
/**
562-
* @brief Calculate the new connection delay and timing cost of all the
563-
* sink pins affected by moving a specific pin to a new location.
564-
* Also calculates the total change in the timing cost.
565-
*
559+
566560
/**
567-
* @brief Calculate the new connection delay and timing cost of all the
568-
* sink pins affected by moving a specific pin to a new location.
569-
* Also calculates the total change in the timing cost.
570-
*
571561
* Assumes that the blocks have been moved to the proposed new locations.
572562
* Otherwise, the routine comp_td_single_connection_delay() will not be
573563
* able to calculate the most up to date connection delay estimation value.

0 commit comments

Comments
 (0)