XSCOPE config file

An XSCOPE config file is an XML file, usually with a suffix of .xscope. Here is an example:

<xSCOPEconfig ioMode="basic" enabled="true">
  <Probe name="Tile0-result" type="CONTINUOUS" datatype="UINT" units="mV" enabled="true"/>
  <Probe name="Tile1-i" type="CONTINUOUS" datatype="UINT" units="mV" enabled="true"/>
  <Probe name="Tile1-accumulation" type="CONTINUOUS" datatype="UINT" units="mV" enabled="true"/>
</xSCOPEconfig>

The xscopeconfig element is required. Attributes are:

iomode

May be set to none, basic or timed

enabled

May be set to true or false

The probe elements are optional, depending on the desired number of named XSCOPE “probes”. Attributes are:

name

Set to a string representing the name of the probe

type

May be set to STARTSTOP, CONTINUOUS, DISCRETE or STATEMACHINE

datatype

May be set to NONE, UINT, INT or FLOAT

units

Set to a string representing the units of measurement for the probe

enabled

May be set to true or false