Technical data

power add
342
-
Simulator Command Reference ModelSim EE/PLUS Reference Manual
power add
The
power add
command is used prior to the
power report
command (p343).
Data produced by these commands can be translated (by a Synopsys utility) to
drive the Synopsys power analysis tools. This command specifies the signals or
nets to track for power information. Returns nothing.
Syntax
power add
[-in] [-out] [-internal] [-ports] [-r] <signalsOrNets> ...
Arguments
-in
Select only inputs. Optional.
-out
Select only outputs. Optional.
-ports
Select only design ports. Optional.
-
internal
Select only design internal signals or nets. Optional.
-r
Do the wildcard search recursively. Optional.
<signalsOrNets> ...
Specifies the signal or net to track. Required. Multiple names or wildcards may be used.
When using wildcards, switches filter the qualifying signals. The switches select inputs,
outputs, internal signals, or ports. If more than one switch is used, the logical OR of the
option is performed. This argument must refer to VHDL signals of type bit, std_logic, or
std_logic_vector, or to Verilog nets.
See also
power report
command (p343), and the
power reset
command (p344)
See the Synopsys Power documentation for more information.