Package org.lemsml.export.vhdl.edlems
Class EDSimulation
- java.lang.Object
-
- org.lemsml.export.vhdl.edlems.EDSimulation
-
public class EDSimulation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ArrayList<EDDisplay>displaysStringdtArrayList<EDEventConnection>eventConnectionsArrayList<EDComponent>neuronComponentsArrayList<EDComponent>neuronInstancesStringsimlengthStringstepsintsynapseCount
-
Constructor Summary
Constructors Constructor Description EDSimulation()
-
-
-
Field Detail
-
dt
public String dt
-
simlength
public String simlength
-
steps
public String steps
-
synapseCount
public int synapseCount
-
neuronComponents
public ArrayList<EDComponent> neuronComponents
-
neuronInstances
public ArrayList<EDComponent> neuronInstances
-
eventConnections
public ArrayList<EDEventConnection> eventConnections
-
-