1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-05 15:43:30 +00:00

clangformat

Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
David Shah
2018-10-01 18:20:14 +01:00
parent fd4498736e
commit 9ebec3b87f
4 changed files with 5 additions and 9 deletions

View File

@@ -174,11 +174,9 @@ struct Timing
log_info(" driver = %s.%s\n", net->driver.cell->name.c_str(ctx),
net->driver.port.c_str(ctx));
for (auto net_user : net->users)
log_info(" user: %s.%s\n", net_user.cell->name.c_str(ctx),
net_user.port.c_str(ctx));
log_info(" user: %s.%s\n", net_user.cell->name.c_str(ctx), net_user.port.c_str(ctx));
} else {
log_info(" remaining fanin includes %s (no net)\n", fanin.first->name.c_str(ctx));
}
}
}