Skip to content

Commit 0837e07

Browse files
make format
1 parent 26e1017 commit 0837e07

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

vpr/src/place/net_cost_handler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,6 @@ std::pair<vtr::NdMatrix<double, 3>, vtr::NdMatrix<double, 3>> NetCostHandler::es
17701770
device_ctx.grid.height()}},
17711771
0);
17721772

1773-
17741773
// For each net, this function estimates routing channel utilization by distributing
17751774
// the net's expected wirelength across its bounding box. The expected wirelength
17761775
// for each dimension (x, y) is computed proportionally based on the bounding box size

vpr/src/route/rr_graph_generation/clock_connection_builders.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ void ClockToClockConneciton::create_switches(const ClockRRGraphBuilder& clock_gr
172172

173173
for (auto [x, y] : to_locations) {
174174

175-
176175
std::vector<int> to_rr_node_indices = clock_graph.get_rr_node_indices_at_switch_location(
177176
to_clock,
178177
to_switch,

vpr/src/route/segment_stats.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "globals.h"
66
#include "route_common.h"
77

8-
98
/*************** Variables and defines local to this module ****************/
109

1110
static constexpr int LONGLINE = 0;

0 commit comments

Comments
 (0)