Hello,
If I run the following command:
e:\Cadence\SPB_16.6\tools\pcb\bin\extracta extracta -c -m "foo.mcm" extracta_control.txt output/conn.txt
With the following as extracta_control.txt:
CONNECTIVITY
NODE_1_NUMBER
END
It takes about 90 minutes to complete.
Is there anyway to speed this process up?
Is it possible to split the connectivity across multiple processes? E.g. can I first query the total number of connectivity entries and then run one extracta for the first half and another for the second half to speed up the runtime by a factor of 2?
Any assistance would be greatly appreciated -- thank you!