|
sPyNNaker neural_modelling 7.4.2
|
Initialisation for timing_vogels_2011_impl.h. More...
#include "timing_vogels_2011_impl.h"Go to the source code of this file.
Data Structures | |
| struct | vogels_2011_config_t |
| How the configuration data for vogels_2011 is laid out in SDRAM. More... | |
Functions | |
| address_t | timing_initialise (address_t address) |
| Initialise the timing dependence state (global) from SDRAM. | |
Variables | |
| int16_lut * | tau_lookup |
| Lookup table for pre-computed τ | |
| plasticity_trace_region_data_t | plasticity_trace_region_data |
| Global plasticity parameter data. | |
Initialisation for timing_vogels_2011_impl.h.
Definition in file timing_vogels_2011_impl.c.
| struct vogels_2011_config_t |
How the configuration data for vogels_2011 is laid out in SDRAM.
Definition at line 31 of file timing_vogels_2011_impl.c.
| Data Fields | ||
|---|---|---|
| int32_t | alpha | |
| uint32_t | lut_data[] | |
Initialise the timing dependence state (global) from SDRAM.
| [in] | address | Location in SDRAM of timing data |
Definition at line 39 of file timing_vogels_2011_impl.c.
| int16_lut* tau_lookup |
Lookup table for pre-computed τ
Definition at line 25 of file timing_vogels_2011_impl.c.
| plasticity_trace_region_data_t plasticity_trace_region_data |
Global plasticity parameter data.
Definition at line 28 of file timing_vogels_2011_impl.c.