minor changes

This commit is contained in:
alexmadison 2022-05-09 16:50:26 +02:00
parent 0d7b82a0dd
commit f3a9f2f44c
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ defproc dummy_neuron_block (a1of1 synapses[N_SYN], neuron; power supply){
/**
* 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>
defproc dummy_neuron_core (a1of1 synapses[N_SYN_PER_NRN * N_NRN], neurons[N_NRN]; power supply){