|
bool | allocated |
| true if all data has been allocated More...
|
|
float * | avgFiring |
|
float * | baseFiring |
|
float * | baseFiringInv |
| only used on GPU More...
|
|
short int * | connIdsPreIdx |
| connectId, per synapse, presynaptic cumulative indexing More...
|
|
unsigned int * | cumulativePost |
|
unsigned int * | cumulativePre |
|
float * | current |
|
bool * | curSpike |
|
float * | extCurrent |
|
int ** | extFiringTableD1 |
| external firing table, only used on GPU More...
|
|
int ** | extFiringTableD2 |
| external firing table, only used on GPU More...
|
|
int * | extFiringTableEndIdxD1 |
|
int * | extFiringTableEndIdxD2 |
|
int * | firingTableD1 |
|
int * | firingTableD2 |
|
unsigned * | firingTimesD2 |
| stores the actual firing time More...
|
|
float * | gAMPA |
| conductance of gAMPA More...
|
|
float * | gGABAa |
| conductance of gGABAa More...
|
|
float * | gGABAb |
| conductance of gGABAb More...
|
|
float * | gGABAb_d |
|
float * | gGABAb_r |
|
float * | gNMDA |
| conductance of gNMDA More...
|
|
float * | gNMDA_d |
|
float * | gNMDA_r |
|
curandGenerator_t | gpuRandGen |
|
int3 * | groupIdInfo |
| .x , .y: the start and end index of neurons in a group, .z: gourd id, used for group Id calculations More...
|
|
float * | grp5HT |
|
float * | grp5HTBuffer |
|
float * | grpACh |
|
float * | grpAChBuffer |
|
float * | grpDA |
|
float * | grpDABuffer |
|
short int * | grpIds |
|
float * | grpNE |
|
float * | grpNEBuffer |
|
int * | I_set |
| an array of bits indicating which synapse got a spike More...
|
|
float * | Izh_a |
|
float * | Izh_b |
|
float * | Izh_C |
|
float * | Izh_c |
|
float * | Izh_d |
|
float * | Izh_k |
|
float * | Izh_vpeak |
|
float * | Izh_vr |
|
float * | Izh_vt |
|
int * | lastSpikeTime |
| stores the last spike time of a neuron More...
|
|
float * | lif_bias |
|
float * | lif_gain |
|
int * | lif_tau_m |
| parameters for a LIF spiking group More...
|
|
int * | lif_tau_ref |
|
int * | lif_tau_ref_c |
|
float * | lif_vReset |
|
float * | lif_vTh |
|
float * | maxSynWt |
| maximum synaptic weight for a connection More...
|
|
MemType | memType |
|
int2 * | neuronAllocation |
| .x: [31:0] index of the first neuron, .y: [31:16] number of neurons, [15:0] group id More...
|
|
float * | nextVoltage |
| membrane potential buffer (next/future time step) for each regular neuron More...
|
|
float * | nIBuffer |
|
unsigned int | nPoissonSpikes |
| the total number of spikes of poisson neurons, used in CPU_MODE currently More...
|
|
unsigned short * | Npost |
| stores the number of output connections from a neuron. More...
|
|
unsigned short * | Npre |
| stores the number of input connections to a neuron More...
|
|
unsigned short * | Npre_plastic |
| stores the number of plastic input connections to a neuron More...
|
|
float * | Npre_plasticInv |
| stores the 1/number of plastic input connections, only used on GPU More...
|
|
int * | nSpikeCnt |
| homeostatic plasticity variables More...
|
|
float * | nUBuffer |
|
float * | nVBuffer |
|
float * | poissonFireRate |
|
DelayInfo * | postDelayInfo |
| delay information More...
|
|
SynInfo * | postSynapticIds |
| 10 bit syn id, 22 bit neuron id, ordered based on delay More...
|
|
SynInfo * | preSynapticIds |
|
float * | randNum |
| firing random number. max value is 10,000 More...
|
|
float * | recovery |
|
unsigned int | spikeCount |
| the total number of spikes in a simulation, used in CPU_MODE currently More...
|
|
unsigned int | spikeCountD1 |
| the total number of spikes with anxonal delay == 1 in a simulation, used in CPU_MODE currently More...
|
|
unsigned int | spikeCountD1Sec |
| the total number of spikes with axonal delay == 1 in 1 second, used in CPU_MODE currently More...
|
|
unsigned int | spikeCountD2 |
| the total number of spikes with anxonal delay > 1 in a simulation, used in CPU_MODE currently More...
|
|
unsigned int | spikeCountD2Sec |
| the total number of spikes with axonal delay > 1 in 1 second, used in CPU_MODE currently More...
|
|
unsigned int | spikeCountExtRxD1 |
| the number of external spikes with axonal delay == 1 in a simulation, used in CPU_MODE currently More...
|
|
unsigned int | spikeCountExtRxD1Sec |
|
unsigned int | spikeCountExtRxD2 |
| the number of external spikes with axonal delay > 1 in a simulation, used in CPU_MODE currently More...
|
|
unsigned int | spikeCountExtRxD2Sec |
|
unsigned int | spikeCountLastSecLeftD2 |
| the nubmer of spike left in the last second, used in CPU_MODE currently More...
|
|
unsigned int | spikeCountSec |
| the total number of spikes in 1 second, used in CPU_MODE currently More...
|
|
unsigned int * | spikeGenBits |
|
float * | stpu |
|
float * | stpx |
|
int * | synSpikeTime |
| stores the last spike time of a synapse More...
|
|
unsigned int * | timeTableD1 |
| firing table, only used in CPU_MODE currently More...
|
|
unsigned int * | timeTableD2 |
| firing table, only used in CPU_MODE currently More...
|
|
float * | totalCurrent |
|
float * | voltage |
| membrane potential for each regular neuron More...
|
|
float * | wt |
| stores the weight change of a synaptic connection More...
|
|
float * | wtChange |
| stores the weight change of a synaptic connection More...
|
|