I am trying to get the Schematic source file for the Xilinx Kintex Evaluation board KC705 readable by Orcad.
Is there an easy way to get Orcad readable files?
I downloaded from Xilinx kc705_Schematic_Source_rd0146_rev1_1.
This is a Mentor Graphics format file.
I downloaded from Cadence the Orcad ViewReader which is supposed to translate from Mentor Graphics to Orcad.
I get the error:Unable to find HETERO symbol 'ASP_1344.1' required by symbol 'ASP_134486_01_A.1'
The Viewreader help system says:
Unable to find HETERO symbol SYM_NAME required by symbol SYM_NAME in file FILE_NAME.This occurs when a heterogeneous symbol requires another symbol that could not be found. For example, if symbols A, B and C are packaged together (Capture equivalent would be a package that has devices A, B and C) and symbol B cannot be found in the ViewDraw libraries.
To resolve the problem either create the missing symbol or remove it from the HETERO attribute in the symbol that requires it.
Here is the log from that program, with the error at the end I can not solve:
Translation Options:
+ Input file: C:\USERS\JGREENBE\DOCUMENTS\DESIGN_FILES\ORCAD\PROJECTS\MENTORGRAPHICS\KC705_SCHEMATIC_SOURCE_RDF0146_REV1_1\SCH\KC705.1
+ Output file: C:\USERS\JGREENBE\DOCUMENTS\DESIGN_FILES\ORCAD\PROJECTS\MENTORGRAPHICS\ORCADKC705.DSN
+ Keeping ViewDraw assigned net names.
Created new library 'C:\USERS\JGREENBE\DOCUMENTS\DESIGN_FILES\ORCAD\PROJECTS\MENTORGRAPHICS\SCHEMATICS.OLB'.
Created new library 'C:\USERS\JGREENBE\DOCUMENTS\DESIGN_FILES\ORCAD\PROJECTS\MENTORGRAPHICS\GOLDEN_SYMBOLS.OLB'.
Reading symbols from library C:\USERS\JGREENBE\DOCUMENTS\DESIGN_FILES\ORCAD\PROJECTS\MENTORGRAPHICS\KC705_SCHEMATIC_SOURCE_RDF0146_REV1_1\SYM into SCHEMATICS.OLB.
Unable to find HETERO symbol 'ASP_1344.1' required by symbol 'ASP_134486_01_A.1' in file 'C:\USERS\JGREENBE\DOCUMENTS\DESIGN_FILES\ORCAD\PROJECTS\MENTORGRAPHICS\KC705_SCHEMATIC_SOURCE_RDF0146_REV1_1\SYM\ASP_134486_01_A.1'.
Any help appreciated.
Thanks,
Joe