AXL-SKILL Data Extract Functions

  • Thread starter Naoki Kobayashi - Shinko
  • Start date
N

Naoki Kobayashi - Shinko

Guest
Hi all:
I am new comer in Cadence EDA tool/s.
My question is, can axlExtractMap retrieve the object information/s choosen
?
I want to retrieve the following data fields from selected solder mask
opening data:

fprintf(outport "COMPONENT_PIN\n")
fprintf(outport " NET_NAME\n")
fprintf(outport " REFDES\n")
fprintf(outport " PIN_NUMBER\n")
fprintf(outport " PIN_X\n")
fprintf(outport " PIN_Y\n")
fprintf(outport " START_LAYER_NAME\n")
fprintf(outport "END\n")
fprintf(outport "#\n")

If not, which function should I use ?

Sincerely,
Naoki Kobayashi
 

Welcome to EDABoard.com

Sponsor

Back
Top