![]() |
GeNN
1.1
GPU enhanced Neuronal Networks (GeNN)
|
Functions for generating code that will run the neuron and synapse simulations on the CPU. Part of the code generation section. More...
Functions | |
| void | genNeuronFunction (NNmodel &model, string &path, ostream &mos) |
| Function that generates the code of the function the will simulate all neurons on the CPU. More... | |
| void | genSynapseFunction (NNmodel &model, string &path, ostream &mos) |
| Function that generates code that will simulate all synapses of the model on the CPU. More... | |
Functions for generating code that will run the neuron and synapse simulations on the CPU. Part of the code generation section.
| void genNeuronFunction | ( | NNmodel & | model, |
| string & | path, | ||
| ostream & | mos | ||
| ) |
Function that generates the code of the function the will simulate all neurons on the CPU.
| model | Model description |
| path | output stream for code |
| mos | output stream for messages |
| void genSynapseFunction | ( | NNmodel & | model, |
| string & | path, | ||
| ostream & | mos | ||
| ) |
Function that generates code that will simulate all synapses of the model on the CPU.
| model | Model description |
| path | Path for code generation |
| mos | output stream for messages |