![]() |
GeNN
1.1
GPU enhanced Neuronal Networks (GeNN)
|
#include <cassert>#include "hr_time.cpp"#include "utils.h"#include <cuda_runtime.h>#include "PoissonIzh-model.h"#include "PoissonIzh-model.cc"Go to the source code of this file.
Macros | |
| #define | RAND(Y, X) Y = Y * 1103515245 +12345;X= (unsigned int)(Y >> 16) & 32767 |
| #define | INJECTCURRENT 0 |
| #define | DBG_SIZE 1000 |
| #define | INJECTCURRENT 0 |
| #define | PATTERNNO 100 |
| #define | INPUTBASERATE 17 |
| #define | T_REPORT_TME 1000.0 |
| #define | SYN_OUT_TME 2000.0 |
| #define | PAT_TIME 100.0 |
| #define | PATFTIME 1.0 |
| #define | TOTAL_TME 5000 |
Variables | |
| float | t = 0.0f |
| unsigned int | iT = 0 |
| int | patSetTime |
| int | patFireTime |
| CStopWatch | timer |
| #define DBG_SIZE 1000 |
| #define INJECTCURRENT 0 |
| #define INJECTCURRENT 0 |
| #define INPUTBASERATE 17 |
| #define PAT_TIME 100.0 |
| #define PATFTIME 1.0 |
| #define PATTERNNO 100 |
| #define RAND | ( | Y, | |
| X | |||
| ) | Y = Y * 1103515245 +12345;X= (unsigned int)(Y >> 16) & 32767 |
| #define SYN_OUT_TME 2000.0 |
| #define T_REPORT_TME 1000.0 |
| #define TOTAL_TME 5000 |
| unsigned int iT = 0 |
| int patFireTime |
| int patSetTime |
| float t = 0.0f |
| CStopWatch timer |