Define DYNAPSE_CONFIG_SRAM

Define Documentation

DYNAPSE_CONFIG_SRAM

Module address: Device side SRAM controller configuration. The module holds an address, a word to be written to SRAM, the most recent word read using a read command, and a read/write command. Reads/writes are triggered when the address field is changed. Example: caerDynapseWriteSramWords(devHandle, SRAMData, baseAddr, numWords); Writes numWords words from array SRAMData to the SRAM, starting at baseAddr. This define is for internal use of caerDynapseWriteSramWords(); it can be used on its own, but we recommend using the above function that hides all the internal details of writing to the FPGA SRAM.