log number of clock net users

This commit is contained in:
Lofty 2025-09-16 09:34:50 +01:00
parent 5ce34b5964
commit 80255e3611
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ void GateMateImpl::route_clock()
}
for (auto clk_net : clk_nets) {
log_info(" routing net '%s'\n", clk_net->name.c_str(ctx));
log_info(" routing net '%s' to %d users\n", clk_net->name.c_str(ctx), clk_net->users.entries());
ctx->bindWire(ctx->getNetinfoSourceWire(clk_net), clk_net, STRENGTH_LOCKED);
auto clk_plane = 0;