Uses of Class
org.lemsml.export.vhdl.edlems.EDComponent
-
Packages that use EDComponent Package Description org.lemsml.export.vhdl org.lemsml.export.vhdl.edlems org.lemsml.export.vhdl.writer -
-
Uses of EDComponent in org.lemsml.export.vhdl
Methods in org.lemsml.export.vhdl with parameters of type EDComponent Modifier and Type Method Description static void
VHDLDynamics. optimiseDerivedVariables(EDComponent edComponent, org.lemsml.jlems.core.type.ComponentType ct)
static void
VHDLDynamics. writeDerivedVariables(EDComponent edComponent, org.lemsml.jlems.core.type.ComponentType ct, org.lemsml.jlems.core.type.LemsCollection<org.lemsml.jlems.core.type.dynamics.DerivedVariable> derivedVariables, org.lemsml.jlems.core.type.Component comp, org.lemsml.jlems.core.type.LemsCollection<org.lemsml.jlems.core.type.FinalParam> params, org.lemsml.jlems.core.type.LemsCollection<org.lemsml.jlems.core.type.ParamValue> combinedParameterValues, org.lemsml.jlems.core.type.Lems lems)
static void
VHDLDynamics. writeRegimes(EDComponent edComponent, org.lemsml.jlems.core.type.Component comp, boolean writeChildren, org.lemsml.jlems.core.type.LemsCollection<org.lemsml.jlems.core.type.FinalParam> params, org.lemsml.jlems.core.type.LemsCollection<org.lemsml.jlems.core.type.ParamValue> combinedParameterValues, org.lemsml.jlems.core.type.Lems lems)
static void
VHDLDynamics. writeState(EDComponent edComponent, org.lemsml.jlems.core.type.Component comp, org.lemsml.jlems.core.type.LemsCollection<org.lemsml.jlems.core.type.FinalParam> params, org.lemsml.jlems.core.type.LemsCollection<org.lemsml.jlems.core.type.ParamValue> combinedParameterValues)
static void
VHDLDynamics. writeStateFunctions(EDComponent edComponent, org.lemsml.jlems.core.type.Component comp)
-
Uses of EDComponent in org.lemsml.export.vhdl.edlems
Fields in org.lemsml.export.vhdl.edlems with type parameters of type EDComponent Modifier and Type Field Description List<EDComponent>
EDComponent. Children
ArrayList<EDComponent>
EDSimulation. neuronComponents
ArrayList<EDComponent>
EDSimulation. neuronInstances
-
Uses of EDComponent in org.lemsml.export.vhdl.writer
Methods in org.lemsml.export.vhdl.writer with parameters of type EDComponent Modifier and Type Method Description static void
SiElegansTop. writeConnectivityMap(EDComponent comp, StringBuilder sb, String name, String parentName)
static void
NeuronCoreTop. writeConnectivityMapPar(EDComponent comp, StringBuilder sb, String name, String parentName, com.fasterxml.jackson.core.JsonGenerator g)
static void
NeuronCoreTop. writeConnectivityMapVar(EDComponent comp, StringBuilder sb, String name, String parentName, com.fasterxml.jackson.core.JsonGenerator g)
static void
Entity. writeEDComponent(EDComponent comp, StringBuilder sb, boolean isTopLevelNeuronModel, boolean useMuxForSynapses, boolean useVirtualSynapses, String neuronName)
static void
Entity. writeEntitySignals(EDComponent comp, StringBuilder sb, String name, boolean useVirtualSynapses)
static void
Entity. writeEntitySignals(EDComponent comp, StringBuilder sb, String name, String prepend, boolean useVirtualSynapses)
static void
TopSynth. writeEntitySignals(EDComponent comp, StringBuilder sb, String name, String prepend)
static void
NeuronCoreTop. writeStateSignals(EDComponent comp, StringBuilder sb, String name, String parentName)
static void
SiElegansTop. writeStateSignals(EDComponent comp, StringBuilder sb, String name, String parentName)
static void
Testbench. writeStateSignals(EDComponent comp, StringBuilder sb, String name, String parentName)
static void
TopSynth. writeStateSignals(EDComponent comp, StringBuilder sb, String name, String parentName)
static void
NeuronCoreTop. writeStateToBusSignals(EDComponent comp, StringBuilder sb, String name, String parentName, com.fasterxml.jackson.core.JsonGenerator g)
static void
SiElegansTop. writeStateToBusSignals(EDComponent comp, StringBuilder sb, String name, String parentName)
-