%NUMBER_type%

The total number of type signals. type can be any of BOOL, INT and REAL.

This key provides the size of the array for each basic type. See %type_VECTOR% for details about the arrays in code generation.

Generators

C/C++/Java, VHDL

Example (Java)

%IF_HAS_REAL%   public float[] %REAL_VECTOR% = new float[%NUMBER_REAL%];

Example (VHDL)

%IF_HAS_BOOL%   signal %BOOL_VECTOR% : std_logic_vector(%NUMBER_BOOL%-1 downto 0);