[core] syntax
This commit is contained in:
parent
348d474bfd
commit
212abecc27
|
@ -643,7 +643,7 @@ static void add_lb_router_nets(
|
||||||
if ((ignored_atom_nets[atom_net_id]) &&
|
if ((ignored_atom_nets[atom_net_id]) &&
|
||||||
(options.is_pin_ignore_global_nets(std::string(lb_type->pb_type->name),
|
(options.is_pin_ignore_global_nets(std::string(lb_type->pb_type->name),
|
||||||
curr_pin))) {
|
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());
|
VTR_LOGV(verbose, "Skip net '%s' as it is global and set to be ignored\n", atom_ctx.nlist.net_name(atom_net_id).c_str());
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue