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 0280ba9 commit e7c888eCopy full SHA for e7c888e
vpr/src/route/channel_stats.cpp
@@ -36,7 +36,7 @@ void print_channel_stats(bool is_flat) {
36
for (size_t x = 0; x < device_ctx.grid.width() - 1; ++x) {
37
for (size_t y = 0; y < device_ctx.grid.height() - 1; ++y) {
38
float chanx_util = routing_util(chanx_usage[x][y], chanx_avail[x][y]);
39
- float chany_util = routing_util(chanx_usage[x][y], chanx_avail[x][y]);
+ float chany_util = routing_util(chany_usage[x][y], chany_avail[x][y]);
40
41
for (float util : {chanx_util, chany_util}) {
42
//Record peak utilization
0 commit comments