20 #include <cuda_runtime.h>
23 #define RAND(Y,X) Y = Y * 1103515245 +12345;X= (unsigned int)(Y >> 16) & 32767
24 #define INJECTCURRENT 0
30 #define INJECTCURRENT 0 //define
37 #define INPUTBASERATE 17
40 #define T_REPORT_TME 1000.0
41 #define SYN_OUT_TME 2000.0
45 #define PAT_TIME 100.0
51 #define TOTAL_TME 5000
unsigned int iT
Definition: PoissonIzh_sim.h:34
This file contains standard utility functions provide within the NVIDIA CUDA software development too...
int patSetTime
Definition: PoissonIzh_sim.h:43
int patFireTime
Definition: PoissonIzh_sim.h:49
This file contains the implementation of the CStopWatch class that provides a simple timing tool base...
CStopWatch timer
Definition: PoissonIzh_sim.h:53
float t
Definition: PoissonIzh_sim.h:33