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 voidVHDLDynamics. optimiseDerivedVariables(EDComponent edComponent, org.lemsml.jlems.core.type.ComponentType ct)static voidVHDLDynamics. 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 voidVHDLDynamics. 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 voidVHDLDynamics. 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 voidVHDLDynamics. 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. ChildrenArrayList<EDComponent>EDSimulation. neuronComponentsArrayList<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 voidSiElegansTop. writeConnectivityMap(EDComponent comp, StringBuilder sb, String name, String parentName)static voidNeuronCoreTop. writeConnectivityMapPar(EDComponent comp, StringBuilder sb, String name, String parentName, com.fasterxml.jackson.core.JsonGenerator g)static voidNeuronCoreTop. writeConnectivityMapVar(EDComponent comp, StringBuilder sb, String name, String parentName, com.fasterxml.jackson.core.JsonGenerator g)static voidEntity. writeEDComponent(EDComponent comp, StringBuilder sb, boolean isTopLevelNeuronModel, boolean useMuxForSynapses, boolean useVirtualSynapses, String neuronName)static voidEntity. writeEntitySignals(EDComponent comp, StringBuilder sb, String name, boolean useVirtualSynapses)static voidEntity. writeEntitySignals(EDComponent comp, StringBuilder sb, String name, String prepend, boolean useVirtualSynapses)static voidTopSynth. writeEntitySignals(EDComponent comp, StringBuilder sb, String name, String prepend)static voidNeuronCoreTop. writeStateSignals(EDComponent comp, StringBuilder sb, String name, String parentName)static voidSiElegansTop. writeStateSignals(EDComponent comp, StringBuilder sb, String name, String parentName)static voidTestbench. writeStateSignals(EDComponent comp, StringBuilder sb, String name, String parentName)static voidTopSynth. writeStateSignals(EDComponent comp, StringBuilder sb, String name, String parentName)static voidNeuronCoreTop. writeStateToBusSignals(EDComponent comp, StringBuilder sb, String name, String parentName, com.fasterxml.jackson.core.JsonGenerator g)static voidSiElegansTop. writeStateToBusSignals(EDComponent comp, StringBuilder sb, String name, String parentName) 
 -