void genNeuronFunction(const NNmodel &model, const string &path)
Function that generates the code of the function the will simulate all neurons on the CPU...
Definition: generateCPU.cc:194
Definition: modelSpec.h:132
Header file that contains the class (struct) definition of neuronModel for defining a neuron model an...
void genSynapseFunction(const NNmodel &model, const string &path)
Function that generates code that will simulate all synapses of the model on the CPU.
Definition: generateCPU.cc:459