minor changes
This commit is contained in:
parent
0d7b82a0dd
commit
f3a9f2f44c
|
@ -64,6 +64,8 @@ defproc dummy_neuron_block (a1of1 synapses[N_SYN], neuron; power supply){
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an array of neuron dummy blocks.
|
* Create an array of neuron dummy blocks.
|
||||||
|
* Note that this is custom made for the indexing on the texel chip.
|
||||||
|
* And so should be reused *with care*.
|
||||||
*/
|
*/
|
||||||
export template<pint N_SYN_PER_NRN, N_NRN, N_NRN_X>
|
export template<pint N_SYN_PER_NRN, N_NRN, N_NRN_X>
|
||||||
defproc dummy_neuron_core (a1of1 synapses[N_SYN_PER_NRN * N_NRN], neurons[N_NRN]; power supply){
|
defproc dummy_neuron_core (a1of1 synapses[N_SYN_PER_NRN * N_NRN], neurons[N_NRN]; power supply){
|
||||||
|
|
Loading…
Reference in New Issue