CompSlotName Type
A string marking a specific integer value in a case of ComponentType. The values here are arbitrary and ComponentType-case specific and all that matters is that each value is unique within the case. The number of inputs of a gate or merge is deliberately absent: an input count sets how many ports a component has, and a parameter records a value, not a change of topology.
Union cases
| Union case | Description |
Full Usage:
Buswidth
|
|
Full Usage:
CustomCompParam ParamName
Parameters:
string
|
|
Full Usage:
IO Label
Parameters:
string
|
|
Full Usage:
InputDefault
|
|
Full Usage:
MemoryAddressWidth
|
|
Full Usage:
MemoryWordWidth
|
|
Full Usage:
SplitNLSB Index
Parameters:
int
|
|
Full Usage:
SplitNWidth Index
Parameters:
int
|
|
Instance members
| Instance member | Description |
Full Usage:
this.IsBuswidth
Returns: bool
|
|
Full Usage:
this.IsCustomCompParam
Returns: bool
|
|
Full Usage:
this.IsIO
Returns: bool
|
|
Full Usage:
this.IsInputDefault
Returns: bool
|
|
Full Usage:
this.IsMemoryAddressWidth
Returns: bool
|
|
Full Usage:
this.IsMemoryWordWidth
Returns: bool
|
|
Full Usage:
this.IsSplitNLSB
Returns: bool
|
|
Full Usage:
this.IsSplitNWidth
Returns: bool
|
|