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 2655b67 commit 26259afCopy full SHA for 26259af
vpr/src/power/power_sizing.cpp
@@ -80,10 +80,10 @@ static double power_count_transistors_connectionbox() {
80
81
auto type = find_most_common_block_type(device_ctx.grid);
82
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
+ //For each port on the most common block, look at the number of
+ //input pins this port has and estimate the transistor count based
85
//on the size muxes that drive these input pins.
86
- for (int i=0; i < type->pb_graph_head->num_input_ports; i++) {
+ for (int i = 0; i < type->pb_graph_head->num_input_ports; i++) {
87
inputs = type->pb_graph_head->num_input_pins[i];
88
89
/* Buffers from Tracks */
0 commit comments