Xilinx ChipScope Pro User Manual page 196

Table of Contents

Advertisement

Chapter 5: ChipScope Engine Tcl Interface
Returns
Returns core information through the coreInfoTclArray argument including the following
elements:
Note:
Example
Get core info of the VIO core that is connected to the first control port of the ICON core
inside fourth device on second USER register. Print out the number of asynchronous
inputs that the VIO core has.
Back to list of all CseVIO Tcl Commands
196
Element
manufacturerId
$CSEVIO_MANUFACTURER_ID
$CSEVIO_CORE_TYPE
$CSEVIO_CORE_MAJOR_VERSION
$CSEVIO_CORE_MINOR_VERSION
$CSEVIO_CORE_REVISION
$CSEVIO_CG_MAJOR_VERSION
$CSEVIO_CG_MINOR_VERSION
$CSEVIO_CG_MINOR_VERSION_A
LPHA
$CSEVIO_ASYNC_INPUT_COUNT
$CSEVIO_SYNC_INPUT_COUNT
$CSEVIO_ASYNC_OUTPUT_COUNT
$CSEVIO_SYNC_OUTPUT_COUNT
An exception is thrown if the command fails.
%set coreRef [list 3 2 0]
%csevio_get_core_info $handle $coreRef coreInfoTclArray
%puts stdout "$coreInfoTclArray($CSEVIO_ASYNC_INPUT_COUNT)"
www.xilinx.com
Description
Manufacturer ID (integer)
Manufacturer's ID, 1 for Xilinx.
Core Type field, different for each ChipScope Core,
VIO should be 9.
Major release version.
Minor release version.
Revision.
CoreGen specific field (for cores generated using 10.1
and later).
CoreGen specific field (for cores generated using 10.1
and later).
CoreGen specific field (for cores generated using 10.1
and later).
Number of Asynchronous Inputs signals used.
Number of Synchronous Inputs signals used.
Number of Asynchronous Outputs signals used.
Number of Synchronous Outputs signals used.
ChipScope Pro Software and Cores User Guide
UG029 (v14.3) October 16, 2012

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