Skip to content

Const Int

Outputs a constant integer value k for the entire simulation. Used for digital constants, mode selectors, and bit masks driving logic blocks.

Category: Sources

Keywords: constant, const, fixed, value, int, integer, k, mode

Ports

NameDirectionValue typeNotes
outoutputint

Parameters

NameLabelTypeDefaultUnitsDescription
valuekint0

Implemented in C++ class SimCompCtlConstInt (components/control/CSim_comp_ctl_const_int/sim_comp_ctl_const_int.h).

Released under the MIT License.