sPyNNaker neural_modelling 7.1.1
Loading...
Searching...
No Matches
Enumerations
regions.h File Reference

Standard layout of DSG regions in neuron code. More...

Go to the source code of this file.

Enumerations

enum  regions_e {
  SYSTEM_REGION , CORE_PARAMS_REGION , NEURON_PARAMS_REGION , CURRENT_SOURCE_PARAMS_REGION ,
  SYNAPSE_PARAMS_REGION , POPULATION_TABLE_REGION , SYNAPTIC_MATRIX_REGION , SYNAPSE_DYNAMICS_REGION ,
  STRUCTURAL_DYNAMICS_REGION , NEURON_RECORDING_REGION , PROVENANCE_DATA_REGION , PROFILER_REGION ,
  CONNECTOR_BUILDER_REGION , NEURON_BUILDER_REGION , BIT_FIELD_FILTER_REGION , RECORDING_REGION ,
  INITIAL_VALUES_REGION
}
 DSG region identifiers. More...
 

Detailed Description

Standard layout of DSG regions in neuron code.

Note that not all models use all of these regions, but they all use the same region identifier mapping.

Definition in file regions.h.

Enumeration Type Documentation

◆ regions_e

enum regions_e

DSG region identifiers.

Enumerator
SYSTEM_REGION 

simulation system; 0

CORE_PARAMS_REGION 

core parameters; 1

NEURON_PARAMS_REGION 

neuron parameters; 2

CURRENT_SOURCE_PARAMS_REGION 

current source parameters; 3

SYNAPSE_PARAMS_REGION 

synapse parameters; 4

POPULATION_TABLE_REGION 

master population table; 5

SYNAPTIC_MATRIX_REGION 

synaptic matrix; 6

SYNAPSE_DYNAMICS_REGION 

synapse dynamics; 7

STRUCTURAL_DYNAMICS_REGION 

structural dynamics; 8

NEURON_RECORDING_REGION 

recording; 9

PROVENANCE_DATA_REGION 

provenance; 10

PROFILER_REGION 

profiling; 11

CONNECTOR_BUILDER_REGION 

connection building; 12

NEURON_BUILDER_REGION 

neuron building; 13

BIT_FIELD_FILTER_REGION 

bitfield filter; 14

RECORDING_REGION 

general recording data; 15

INITIAL_VALUES_REGION 

initial neuron state; 16

Definition at line 25 of file regions.h.