sPyNNaker neural_modelling 7.1.1
Loading...
Searching...
No Matches
Data Fields
synapse_regions Struct Reference

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.
 

Detailed Description

The region IDs used by synapse processing.

Definition at line 28 of file c_main_synapse_common.h.

Field Documentation

◆ synapse_params

uint32_t synapse_regions::synapse_params

The parameters of the synapse processing.

Definition at line 30 of file c_main_synapse_common.h.

◆ pop_table

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.

◆ synaptic_matrix

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.

◆ synapse_dynamics

uint32_t synapse_regions::synapse_dynamics

Configuration for STDP.

Definition at line 36 of file c_main_synapse_common.h.

◆ structural_dynamics

uint32_t synapse_regions::structural_dynamics

Configuration for structural plasticity.

Definition at line 38 of file c_main_synapse_common.h.

◆ bitfield_filter

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.


The documentation for this struct was generated from the following file: