FPGASpikeGen Virtual Source Core ID

27 views
Skip to first unread message

Andrew Hansen

unread,
Apr 26, 2018, 10:50:01 PM4/26/18
to dynapse-users
If I want to send bitstrings in to program events via caerDeviceConfigSet, how would I set build the connections to listen to the FPGASpikeGen? Would I change the (program SRAM) virtual Core ID to some specific value as shown in the diagram?



All the best,
Andrew
Screen Shot 2018-04-16 at 17.36.56.png

carsten.nielsen

unread,
May 1, 2018, 11:55:58 AM5/1/18
to dynapse-users
Hi Andrew,

You can use the convenience function caerDynapseWriteCam to set the cam of a target neuron to listen to the source ID which you programmed the FPGASpikeGen to emit. If you programmed the fpgaspikegen to emit an event with address y and a virtual core ID of x you would call
 

caerDynapseWriteCam(yourDynapseHandle, (x << 8) + y, targetNeuronAddr, camID, synapseType);

Andrew Hansen

unread,
May 1, 2018, 12:20:52 PM5/1/18
to dynapse-users
I see. Thank you for the response.
Reply all
Reply to author
Forward
0 new messages