Appendix. Settings and an example YAML file containing the configuration of the AltAI-1 neuromorphic processing unit

Configuration file settings must be defined to run the neural network on an AltAI ANN2SNN backend.

The configuration file specifies the number of VLSIs, cores, neurons, and synapses in the AltAI-1 neuromorphic processing unit. The configuration file contains the following settings:

Below is an example YAML file containing the default configuration of the AltAI-1 neuromorphic processing unit. In the example below, the neuromorphic processing unit backplane consists of four modules with eight VLSIs in each. Each VLSI contains 16 cores, each of these with 512 neurons, synapses, and input lines.

hw_config.yaml

chip:

  cores: 16

core:

  neurons: 512

  axons: 512

  synapses: 512

row:

  chips: 8

col:

  chips: 4

not_working_chips: []

Page top