| Author |
Message |
bijug007
Joined: 22 Feb 2006 Posts: 29 Helped: 4
|
02 Jul 2006 9:36 MENT0R DC CROSS REFERENCE |
|
|
|
|
How to create a cross reference file with part location in DC?
Thanks
Biju G
|
|
| Back to top |
|
 |
TraceRouter
Joined: 02 Aug 2005 Posts: 132 Helped: 17 Location: Wichita, KS
|
02 Jul 2006 16:49 MENT0R DC CROSS REFERENCE |
|
|
|
|
| There is a DC Utility called Cross Reference. When you run that it will give you an option to create a file
|
|
| Back to top |
|
 |
Google AdSense

|
02 Jul 2006 16:49 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
bijug007
Joined: 22 Feb 2006 Posts: 29 Helped: 4
|
05 Jul 2006 9:54 Re: MENT0R DC CROSS REFERENCE |
|
|
|
|
But i need somthing like this
C60 CAP 4B5
C61 CAP 3G1
R100 RES 9D12
|
|
| Back to top |
|
 |
TraceRouter
Joined: 02 Aug 2005 Posts: 132 Helped: 17 Location: Wichita, KS
|
06 Jul 2006 0:07 MENT0R DC CROSS REFERENCE |
|
|
|
|
One of the guys at work wrote some custom code to do this, the ouput look something like:
RefDes Part Number Page-Zone Generic
C1 10-000XX-01 9-H6 0.01uF
C2 10-000XX-01 9-H6 0.01uF
C3 10-00XXX-01 9-G7 4.7uF
I can't share the code with you, but what he did was use Perl to access the "ASCII Out" command and out put all of the pages of the design and then parsed the file using Perl. By doing this you can probably format it anyway you like.
If this is something you really need, you might want to put a ticket in with Mentor to see if they can give you a solution.
|
|
| Back to top |
|
 |