2005년 7월 17일 일요일

Xilinx Answer Record # 10078: OrCAD - Does Xilinx provide device or package symbols for OrCAD layout tools?

http://support.xilinx.com
Xilinx Answer Record # 10078: OrCAD - Does Xilinx provide device or package symbols for OrCAD layout tools?

Problem Description:

Keywords: Cadence, Virtex, Spartan, 4000, 4K, pin file, ISE, generate, script, schematic, board layout, CoolRunner, CPLD, 9500

Urgency: Standard

General Description:
Does Xilinx provide device or package symbols for OrCAD layout tools?

Solution 1:

OrCAD can import ".pin" files that are similar to the Xilinx ASCII pin-out files. You can modify the ASCII pin-out files to conform to the format that OrCAD expects using minor modifications. Use the following OrCAD solution record to correctly format the ".pin" files:
http://www.orcad.com/documents/community.faqs/capture/cap03022.aspx

Additionally, while Xilinx does not officially provide or support package symbols for OrCAD PCB layout, you can use the following Perl script to automatically convert ".pkg" files from PARTGen or Virtex ASCII pin-out files to the ".pin" format:
ftp://ftp.xilinx.com/pub/utilities/3rdparty/pin2orcad.tar.gz

The command line for this script to display the options for Linux and Unix is as follows:
/pin2orcad -h

Under Windows 2000 and Windows XP, it is typically necessary to run this through XilPerl. The command line for this is as follows:
xilperl pin2orcad -h

Use PARTGen with the -v command line option to create the ".pkg" files used with the Perl script. For information on generating ".pkg" files using PARTGen, see the Development System Reference Guide in the Software Manuals at:
http://www.xilinx.com/support/software_manuals.htm

For information on where to find ASCII pin-out files for Virtex devices, see (Xilinx Answer 20578).

NOTE: This script is not officially supported by Xilinx, but is provided as a convenience for our customers using OrCAD.

댓글 없음: