欢迎访问ic37.com |
会员登录 免费注册
发布采购

EPM240T100C5N 参数 Datasheet PDF下载

EPM240T100C5N图片预览
型号: EPM240T100C5N
PDF下载: 下载PDF文件 查看货源
内容描述: [暂无描述]
分类和应用: 可编程逻辑器件输入元件PC
文件页数/大小: 295 页 / 3815 K
品牌: ALTERA [ ALTERA CORPORATION ]
 浏览型号EPM240T100C5N的Datasheet PDF文件第257页浏览型号EPM240T100C5N的Datasheet PDF文件第258页浏览型号EPM240T100C5N的Datasheet PDF文件第259页浏览型号EPM240T100C5N的Datasheet PDF文件第260页浏览型号EPM240T100C5N的Datasheet PDF文件第262页浏览型号EPM240T100C5N的Datasheet PDF文件第263页浏览型号EPM240T100C5N的Datasheet PDF文件第264页浏览型号EPM240T100C5N的Datasheet PDF文件第265页  
Chapter 15: Using the Agilent 3070 Tester for In-System Programming
Agilent 3070 Development Flow without the PLD ISP Software
15–5
Step 3: Convert SVF Files to PCF Files
You must convert the SVF Files to PCF Files for use with the Agilent 3070 tester with
the Altera
svf2pcf
conversion utility. The
svf2pcf
utility can create multiple PCF Files
for one device chain; running the utility allows you to specify the number of vectors
per file. The amount of memory used by the resulting files varies depending on the
data. The Agilent 3070 digital compiler looks for repeating patterns of vectors and
optimizes the directory and sequences RAM on the tester control card to apply the
maximum number of vectors before re-loading the files. The number of vectors in a
compiled PCF File ranges from 100,000 to over one million, depending on the size and
density of the targeted devices.
You can download the
svf2pcf
conversion utility from the Agilent ISP Support
website at
Step 4: Create Executable Tests from Files
Creating digital tests for programming a chain of devices with the
Agilent 3070 tester requires the following steps:
1. Create the library for the target device or scan chain.
2. Run the Test Consultant.
3. Create digital tests.
4. Create the wirelist information for the tests.
5. Modify the test plan.
Create the Library for the Target Device or Scan Chain
The initial program development for the board contains a setup-only node test library
for the ISP boundary-scan chain interface. The test library ensures that Agilent 3070
tester resources are reserved in the test fixture for programming the targeted devices.
If only one target device is on the board and it is not part of a boundary-scan chain
(isolated), use a pin library; otherwise, use a node library. If using a pin library, you
must describe every device pin. Do not include test vectors in a test library.
The following code example shows a setup-only node test library.
!Setup only test for the boundary scan chain
assign TCK to nodes
"TCK"! Node name for
assign TMS to nodes
"TMS"! Node name for
assign TDI to nodes
"TDI"! Node name for
assign TDO to nodes
"TDO"! Node name for
inputs TCK, TMS, TDI
outputs TDO
pcf order is TCK, TMS, TDI, TDO! The order is
that
! generates the PCF files.
the
the
the
the
TCK
TMS
TDI
TDO
pin
pin
pin
pin
defined by the program
Mark the
TCK
and
TMS
boundary-scan nodes as
CRITICAL
in the Board Consultant.
This critical attribute minimizes the nodes’ wire length in the test fixture.