Skip to content

Commit 26259af

Browse files
committed
Formatting changes
1 parent 2655b67 commit 26259af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vpr/src/power/power_sizing.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ static double power_count_transistors_connectionbox() {
8080

8181
auto type = find_most_common_block_type(device_ctx.grid);
8282

83-
//For each port on the most common block, look at the number of
84-
//input pins this port has and estimate the transistor count based
83+
//For each port on the most common block, look at the number of
84+
//input pins this port has and estimate the transistor count based
8585
//on the size muxes that drive these input pins.
86-
for (int i=0; i < type->pb_graph_head->num_input_ports; i++) {
86+
for (int i = 0; i < type->pb_graph_head->num_input_ports; i++) {
8787
inputs = type->pb_graph_head->num_input_pins[i];
8888

8989
/* Buffers from Tracks */

0 commit comments

Comments
 (0)