%type_OUTPUT_NAMES%

The names of the output signals of type type. type can be any of BOOL, INT and REAL.

If this key is found in a line of the template file during code generation, then that whole line will be copied the same number of times as there are output signals of type type, and in each copy, the %type_OUTPUT_NAMES% key is replaced by the name of an output signal.

An output signal in the code generation context is an output signal of the top-level node. Outputs of subnodes count as local signals.

Generators

VHDL

Example

See %type_INPUT_NAMES%.