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

EPM240T100C5N 参数 Datasheet PDF下载

EPM240T100C5N图片预览
型号: EPM240T100C5N
PDF下载: 下载PDF文件 查看货源
内容描述: [暂无描述]
分类和应用: 可编程逻辑器件输入元件PC
文件页数/大小: 295 页 / 3815 K
品牌: ALTERA [ ALTERA CORPORATION ]
 浏览型号EPM240T100C5N的Datasheet PDF文件第258页浏览型号EPM240T100C5N的Datasheet PDF文件第259页浏览型号EPM240T100C5N的Datasheet PDF文件第260页浏览型号EPM240T100C5N的Datasheet PDF文件第261页浏览型号EPM240T100C5N的Datasheet PDF文件第263页浏览型号EPM240T100C5N的Datasheet PDF文件第264页浏览型号EPM240T100C5N的Datasheet PDF文件第265页浏览型号EPM240T100C5N的Datasheet PDF文件第266页  
15–6
Chapter 15: Using the Agilent 3070 Tester for In-System Programming
Agilent 3070 Development Flow without the PLD ISP Software
Run the Test Consultant
Run the Test Consultant to create all of the files for new board development. Once the
Test Consultant finishes running with this
setup-only test library, it creates an executable test (without vectors) with the correct
fixture wiring resource information. Use this file as a template to create the executable
test’s source code.
Create Digital Tests
Create the digital tests, which are required to program the device(s), by copying the
executable template to the desired program names. For example, if
svf2pcf
created
four PCF Files, copy the template file to four executable tests (for example,
prog_a,
prog_b, prog_c,
and
prog_d)
in the digital directory.
Add these test names to your
testorder
file and mark them permanent using the
following syntax:
test
test
test
test
digital
digital
digital
digital
"prog_a";
"prog_b";
"prog_c";
"prog_d";
permanent
permanent
permanent
permanent
Create the Wirelist Information for the Tests
Compile these executable tests to generate object files (see
for
the setup only versions of the tests. Run
Module Pin Assignment
to create the
necessary entries in the
wirelist
file.
Next, modify the executable tests so that they contain the vectors to program the
target device. An
include
statement can be used in the executable test, or the vectors
can be merged into the file. Use the following syntax for the
include
statement,
which should be the last statement in the executable test.
include "pcf1"
Remember that the PCF File must reside in the digital directory and must be a digital
file. To ensure that the digital file is in the correct directory, run the following
command on the BT-Basic command line:
load
digital
"digital/pcf1"
|
re-save
You can also use the chtype command at a shell prompt to verify the location of the
file:
chtype
-n6
digital/pcf1
Repeat this step for each PCF File.
Modify the Test Plan
Add the test statements to the test plan using the following syntax:
test
test
test
test
"digital/prog_a"
"digital/prog_b"
"digital/prog_c"
"digital/prog_d"
!
!
!
!
First program file
Second program file
Third program file
Fourth program file