|
|
|
Command Line Options
This section describes the XPower command line options. For a list of available options from the command line, run
xpwr -h .-l (Limit)
-l [limit]Imposes a line limit on the verbose report. An integer value must be specified as an argument. The integer represents the output number of lines in the report file.
-ls (List Supported Devices)
-ls [architecture]Lists the supported Xilinx devices in the current software installation. Use the architecture argument to specify a specific architecture, for example Virtex.
-o (Rename Power Report)
-o reportName.pwrSpecifies the name of the output power report file. If a filename is not specified, the output power report is the input design filename with a .pwr extension.
-s (Specify VCD file)
-s [simdata.vcd]Sets activity rates and signal frequencies using data from the VCD file. If no file is specified, XPower searches for an input design file with a .vcd extension.
-tb (Turn On Time Based Reporting)
-tb [number][unit]Turns on time-based reporting. Must be used with the -s option. XPower generates a file with a .txt extension. The specified number and unit control the time base of how often the total power is reported. For example, if 10ps is selected, XPower reports the total instantaneous power every 10 picoseconds of the simulation run. If the simulation runtime for the VCD is 100ps, XPower returns 10 results.
Units are:
ps = picoseconds
ns = nanoseconds
fs = femtoseconds
us = microseconds
-v (Verbose Report)
-v [-a]Specifies a verbose (detailed) power report. Use of the -a argument specifies an advanced report. See “Power Reports” below for more information.
-wx (Write XML File)
-wx [userdata.xml]Writes out an XML settings file that contains all of the settings information from the current XPower run. If no filename is specified, the output filename is the input design filename with a .xml extension.
-x (Specify Settings (XML) Input File)
-x [userdata.xml]Instructs XPower to use an existing XML settings file to set the frequencies of signals and other values. If an XML file is not specified, XPower searches for a file with the input design filename and a .xml extension.
|
|
|