SymbolReplaceHelpers Module
Functions and values
Function or value | Description |
|
|
|
|
Full Usage:
changeAdderComponent symModel compId oldComp newCompType
Parameters:
Model
compId : ComponentId
oldComp : Component
newCompType : ComponentType
Returns: Symbol
|
|
Full Usage:
changeBusComparef symModel compId constantVal constantText
Parameters:
Model
compId : ComponentId
constantVal : bigint
constantText : string
Returns: Symbol
|
|
Full Usage:
changeConstantf symModel compId constantVal constantText
Parameters:
Model
compId : ComponentId
constantVal : bigint
constantText : string
Returns: Symbol
|
|
Full Usage:
changeCounterComponent symModel compId oldComp newCompType
Parameters:
Model
compId : ComponentId
oldComp : Component
newCompType : ComponentType
Returns: Symbol
|
|
Full Usage:
changeCustom symModel compId oldComp newCompType
Parameters:
Model
compId : ComponentId
oldComp : Component
newCompType : ComponentType
Returns: Symbol
|
|
Full Usage:
changeGateComponent symModel compId gateType n
Parameters:
Model
compId : ComponentId
gateType : GateComponentType
n : int
Returns: Symbol
|
|
Full Usage:
changeInputValue symModel compId newVal
Parameters:
Model
compId : ComponentId
newVal : bigint
Returns: Symbol
|
|
Full Usage:
changeLsbf symModel compId newLsb
Parameters:
Model
compId : ComponentId
newLsb : bigint
Returns: Symbol
|
|
Full Usage:
changeMergeNComponent symModel compId numInputs
Parameters:
Model
compId : ComponentId
numInputs : int
Returns: Symbol
|
|
Full Usage:
changeNumberOfBitsf symModel compId newBits
Parameters:
Model
compId : ComponentId
newBits : int
Returns: Symbol
|
|
Full Usage:
changeReversedInputs symModel compId
Parameters:
Model
compId : ComponentId
Returns: Symbol
|
|
Full Usage:
changeSplitNComponent symModel compId numOutputs widths lsbs
Parameters:
Model
compId : ComponentId
numOutputs : int
widths : int list
lsbs : int list
Returns: Symbol
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|