issues
search
denniskb
/
spice2
The Spice SNN Simulator
Other
6
stars
0
forks
source link
Extract adj_list
#3
Closed
denniskb
closed
2 years ago
denniskb
commented
2 years ago
Extract
csr
out of
synapse_population
.
csr
has to be a template type for when it becomes dynamic in the future, so it can manage its payload.
Test it and the synapse population.
Create parametric connectivity objects that
csr
accepts and initializes from.
Create
adj_list
to allow the user to specify arbitrary connectivity easily.
csr
out ofsynapse_population
.csr
has to be a template type for when it becomes dynamic in the future, so it can manage its payload.csr
accepts and initializes from.adj_list
to allow the user to specify arbitrary connectivity easily.