Chipscope::csefpga_Configure_Device - Xilinx ChipScope Pro User Manual

Table of Contents

Advertisement

::chipscope::csefpga_configure_device

Configures an FPGA device with the contents of a byte array containing the contents of a
BIT
Syntax
Arguments
Table 5-46: Arguments for Subcommand ::chipscope::csefpga_configure_device
Table 5-47: Configuration Options
Option Name
reset_device
shutdown_sequence
ChipScope Pro Software and Cores User Guide
UG029 (v14.3) October 16, 2012
, RBT , or MCS file.
::chipscope::csefpga_configure_device handle deviceIndex format
fileData fileDataByteLen progressFunc<optional args>
Argument
Type
Required
handle
Required
deviceIndex
Required
format
Required
fileData
Required
fileDataByteLen
Optional
<optional args>
Required
progressFunc
Values
reset_device=true,
reset_device=false
shutdown_sequence=
true,
shutdown_sequence=
false
www.xilinx.com
Description
Handle to the session that is returned by
::chipscope::csejtag_session create
Device index (0 to n-1) in the n-length JTAG chain.
Format of the configuration file. Valid choices are bit,
rbt, and mcs.
Contents of configuration file in an array of bytes. The
bit file must be read in "binary mode". Other formats
may be read in "binary mode" or "text mode". Do not
remove Windows/unix end-of-line characters from
fileData.
Length of fileData byte array (in bytes).
Enables additional device configuration options. A list of
configuration options is provided in
Function to show progress while shifting in
configuration data into the device. The format of the
progress callback function is:
proc progressFunc (handle totalCount
CurrentCount progressStatus) {...}
The progress callback function must return either
$CSE_STOP or $CSE_CONTINUE. If no progress
callback function is necessary, a 0 should be passed into
this argument position.
Description
Controls whether or not device is reset during configuration.
Default is "reset_device=true".
Use the JTAG SHUTDOWN command to shut down device. For
Spartan®-3 and Spartan-6 FPGA devices, this option has the
same effect as "reset_device=true". Default is
"shutdown_sequence=false".
CseFpga Tcl Commands
Table
5-47.
179

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ChipScope Pro and is the answer not in the manual?

Questions and answers

Table of Contents

Save PDF