Index: trunk/src/plugins/rt_topo/crbs_route.c =================================================================== --- trunk/src/plugins/rt_topo/crbs_route.c (revision 1467) +++ trunk/src/plugins/rt_topo/crbs_route.c (revision 1468) @@ -568,7 +568,7 @@ firsta = NULL; lasta = pa = grbs_addr_new(&crbs->grbs, ADDR_POINT, first->pt); lasta->user_data = NULL; - printf("GT 2net_new %s %f %f from P%ld", ctn->tn->net->hdr.oid, rt_topo_cfg.wire_thick, rt_topo_cfg.wire_clr, first->pt->uid); + printf("GT 2net_new %s__%ld %f %f from P%ld", ctn->tn->net->hdr.oid, ctn->tn->uid, rt_topo_cfg.wire_thick, rt_topo_cfg.wire_clr, first->pt->uid); for(da = first->user_data; da != NULL; da = da->user_data) { hop_cnt++; switch(da->user_long) { @@ -655,8 +655,8 @@ if (best == NULL) return 0; /* nothing to rip up */ - printf(" ripping up %s\n", best->tn->net->hdr.oid); - printf("GT 2net_del %s\n", best->tn->net->hdr.oid); + printf(" ripping up %s__%ld\n", best->tn->net->hdr.oid, best->tn->uid); + printf("GT 2net_del %s__%ld\n", best->tn->net->hdr.oid, best->tn->uid); sprintf(tmp, "3_GRBS_routed_%d_rip1.svg", cnt_grbs); crbs_grbs_draw(crbs, tmp);