sPyNNaker neural_modelling  7.4.2
neuron Directory Reference

Implementation of simulator for a single neural population on a SpiNNaker CPU core. Or rather of a slice of a population.

More...

Directories

directory  additional_inputs
 Additional inputs to neuron models.
 
directory  current_sources
 Current source implementations.
 
directory  implementations
 Neuron implementations.
 
directory  input_types
 Synaptic inputs.
 
directory  models
 Neuronal Soma Models.
 
directory  plasticity
 Dynamic synapses.
 
directory  population_table
 Master population tables.
 
directory  structural_plasticity
 Structural plasticity interface and algorithms.
 
directory  synapse_types
 Synaptic behaviour types.
 
directory  threshold_types
 Neuron firing thresholds.
 

Files

file  c_main.c [code]
 This file contains the main function of the application framework, which the application programmer uses to configure and run applications.
 
file  c_main_neurons.c [code]
 This file contains the main function of the application framework, which the application programmer uses to configure and run applications.
 
file  c_main_synapses.c [code]
 This file contains the main function of the application framework, which the application programmer uses to configure and run applications.
 
file  decay.h [code]
 utility method for decaying a value by a given amount
 
file  local_only.c [code]
 Implements the "local-only" handling of synapses, that is the processing of spikes without the use of transfers from SDRAM.
 
file  local_only.h [code]
 Defines the "local-only" processing of spikes, that is, the processing of spikes without using transfers from SDRAM.
 
file  neuron.c [code]
 implementation of the neuron.h interface.
 
file  neuron.h [code]
 interface for neurons
 
file  neuron_recording.h [code]
 Recording of the state of a neuron (spiking, voltage, etc.)
 
file  profile_tags.h [code]
 Profiler tags.
 
file  regions.h [code]
 Standard layout of DSG regions in neuron code.
 
file  spike_processing.c [code]
 Implementation of non-inlined API in spike_processing.h.
 
file  spike_processing.h [code]
 Spike processing API.
 
file  spike_processing_fast.h [code]
 Spike processing fast API.
 
file  synapse_row.h [code]
 implementation for handling the processing of synapse rows.
 
file  synapses.c [code]
 Implementation of non-inlined API in synapses.h.
 
file  synapses.h [code]
 Operations on synapses.
 

Detailed Description

Implementation of simulator for a single neural population on a SpiNNaker CPU core. Or rather of a slice of a population.