Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: BB Via Net name report

$
0
0
try changing the output section of your code to the following to not output vias spanning from Top to Bottom: foreach(via allViasInDesign when(or(not(nindex(car(via->startEnd) axlConductorTopLayer())) not(nindex(cadr(via->startEnd) axlConductorBottomLayer()))) viaLocation = sprintf(nil "%L:%L" car(via->xy) cadr(via->xy)) fprintf(writeOutFile strcat(viaLocation ",")) fprintf(writeOutFile strcat(via->net->name ",")) fprintf(writeOutFile strcat(via->name ",")) fprintf(writeOutFile strcat(car(via->startEnd) ",")) fprintf(writeOutFile strcat(cadr(via->startEnd) "\n")) );end when via span not Top to Bottom );end foreach via allViasInDesign

Viewing all articles
Browse latest Browse all 33813

Trending Articles