sPyNNaker neural_modelling 7.3.1
|
The region IDs used by synapse processing. More...
#include <c_main_synapse_common.h>
Data Fields | |
uint32_t | synapse_params |
The parameters of the synapse processing. | |
uint32_t | pop_table |
The table to map from keys to memory addresses. | |
uint32_t | synaptic_matrix |
The SDRAM-based matrix of source spikes to target neurons. | |
uint32_t | synapse_dynamics |
Configuration for STDP. | |
uint32_t | structural_dynamics |
Configuration for structural plasticity. | |
uint32_t | bitfield_filter |
The filters to avoid DMA transfers of empty rows. | |
The region IDs used by synapse processing.
Definition at line 28 of file c_main_synapse_common.h.
uint32_t synapse_regions::synapse_params |
The parameters of the synapse processing.
Definition at line 30 of file c_main_synapse_common.h.
uint32_t synapse_regions::pop_table |
The table to map from keys to memory addresses.
Definition at line 32 of file c_main_synapse_common.h.
uint32_t synapse_regions::synaptic_matrix |
The SDRAM-based matrix of source spikes to target neurons.
Definition at line 34 of file c_main_synapse_common.h.
uint32_t synapse_regions::synapse_dynamics |
Configuration for STDP.
Definition at line 36 of file c_main_synapse_common.h.
uint32_t synapse_regions::structural_dynamics |
Configuration for structural plasticity.
Definition at line 38 of file c_main_synapse_common.h.
uint32_t synapse_regions::bitfield_filter |
The filters to avoid DMA transfers of empty rows.
Definition at line 40 of file c_main_synapse_common.h.