[core] more debuggin messages

This commit is contained in:
tangxifan 2024-05-31 17:40:19 -07:00
parent c565264e7d
commit 348d474bfd
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ static void add_lb_router_nets(
if ((ignored_atom_nets[atom_net_id]) &&
(options.is_pin_ignore_global_nets(std::string(lb_type->pb_type->name),
curr_pin))) {
VTR_LOGV("Skip net '%s' as it is global and set to be ignored\n", atom_ctx.nlist.net_name(atom_net_id).c_str());
continue;
}