![]() |
GeNN
2.2.3
GPU enhanced Neuronal Networks (GeNN)
|
This file contains the model definition of the mushroom body model. tis used in the GeNN code generation and the user side simulation code (class classol, file classol_sim). More...
Classes | |
| class | pwSTDP_userdef |
| TODO This class definition may be code-generated in a future release. More... | |
Macros | |
| #define | TIMING |
Functions | |
| void | modelDefinition (NNmodel &model) |
| This function defines the MBody1 model with user defined synapses. More... | |
Variables | |
| double | myPOI_p [4] |
| double | myPOI_ini [3] |
| double | stdTM_p [7] |
| double | stdTM_ini [4] |
| double * | myPNKC_p = NULL |
| double | myPNKC_ini [1] |
| double | postExpPNKC [2] |
| double * | myPNLHI_p = NULL |
| double | myPNLHI_ini [1] |
| double | postExpPNLHI [2] |
| double | myLHIKC_p [2] |
| double | myLHIKC_ini [1] |
| double | postExpLHIKC [2] |
| double | myKCDN_p [11] |
| double | myKCDN_ini [2] |
| double | postExpKCDN [2] |
| double | myDNDN_p [2] |
| double | myDNDN_ini [1] |
| double | postExpDNDN [2] |
| double * | postSynV = NULL |
| double | postSynV_EXPDECAY_EVAR [1] |
| scalar * | gpPNKC = new scalar[_NAL*_NMB] |
| scalar * | gpKCDN = new scalar[_NMB*_NLB] |
This file contains the model definition of the mushroom body model. tis used in the GeNN code generation and the user side simulation code (class classol, file classol_sim).
| #define TIMING |
| void modelDefinition | ( | NNmodel & | model | ) |
This function defines the MBody1 model with user defined synapses.
| double myDNDN_ini[1] |
| double myDNDN_p[2] |
| double myKCDN_ini[2] |
| double myKCDN_p[11] |
| double myLHIKC_ini[1] |
| double myLHIKC_p[2] |
| double myPNKC_ini[1] |
| double* myPNKC_p = NULL |
| double myPNLHI_ini[1] |
| double* myPNLHI_p = NULL |
| double myPOI_ini[3] |
| double myPOI_p[4] |
| double postExpDNDN[2] |
| double postExpKCDN[2] |
| double postExpLHIKC[2] |
| double postExpPNKC[2] |
| double postExpPNLHI[2] |
| double* postSynV = NULL |
| double postSynV_EXPDECAY_EVAR[1] |
| double stdTM_ini[4] |
| double stdTM_p[7] |