sPyNNaker neural_modelling 7.1.1
Loading...
Searching...
No Matches
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

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

Files

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