Package org.lemsml.export.vhdl.edlems
Class EDDerivedVariable
- java.lang.Object
-
- org.lemsml.export.vhdl.edlems.EDSignal
-
- org.lemsml.export.vhdl.edlems.EDSignalComplex
-
- org.lemsml.export.vhdl.edlems.EDDerivedVariable
-
public class EDDerivedVariable extends EDSignalComplex
-
-
Field Summary
Fields Modifier and Type Field Description String
dimension
String
exposure
boolean
ExposureIsUsed
boolean
isEmpty
boolean
isSynapseSelect
boolean
IsUsedForOtherDerivedVariables
List<String>
items
List<String>
itemsParents
String
name
String
sensitivityList
String
type
String
value
-
Fields inherited from class org.lemsml.export.vhdl.edlems.EDSignalComplex
Exponentials, Powers
-
Fields inherited from class org.lemsml.export.vhdl.edlems.EDSignal
busLength, fraction, inputBusPosition, integer, outputBusPosition
-
-
Constructor Summary
Constructors Constructor Description EDDerivedVariable()
-
-
-
Field Detail
-
name
public String name
-
type
public String type
-
value
public String value
-
exposure
public String exposure
-
sensitivityList
public String sensitivityList
-
dimension
public String dimension
-
ExposureIsUsed
public boolean ExposureIsUsed
-
IsUsedForOtherDerivedVariables
public boolean IsUsedForOtherDerivedVariables
-
isEmpty
public boolean isEmpty
-
isSynapseSelect
public boolean isSynapseSelect
-
-