added note
This commit is contained in:
parent
dbad8816a9
commit
1c4206b7d4
@ -279,6 +279,12 @@ defproc and_grid(bool! out[Nx*Ny]; bool? inx[Nx], iny[Ny]; power supply) {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @TODO if this is going to be released, we should expose the to_pd terminals
|
||||||
|
* and probably buffer them the same
|
||||||
|
* like we did in the encoder or the hybrid
|
||||||
|
* Also we should probably keep the outs to be Nx x lines and Ny y lines,
|
||||||
|
* not Nx*Ny and-ed lines.
|
||||||
|
*
|
||||||
* 2D decoder which uses synapse handshaking using line pulldowns.
|
* 2D decoder which uses synapse handshaking using line pulldowns.
|
||||||
* Nx is the x size of the decoder array
|
* Nx is the x size of the decoder array
|
||||||
* NxC is the number of wires in the x channel.
|
* NxC is the number of wires in the x channel.
|
||||||
|
Loading…
Reference in New Issue
Block a user