Technical data
power add
ModelSim EE/SE Command Reference ModelSim Commands CR-111
power add
The power add command is used prior to the power report command (CR-112).
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] [-internal] [-r] <signalsOrNets> ...
Arguments
-in
Select only inputs. Optional.
-out
Select only outputs. Optional.
-internal
Select only design internal signals or nets. Optional.
-ports
Select only design ports. 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
(CR-112), and the power reset command (CR-113)
See the Synopsys Power documentation for more information.