lava-nc / lava

A Software Framework for Neuromorphic Computing
https://lava-nc.org
Other
545 stars 138 forks source link

Output Axons should be mappable #578

Open joyeshmishra opened 1 year ago

joyeshmishra commented 1 year ago

User Story

Core id and chip id of output axons should be mappable to correctly configure core or chip due to bad core mapping or multi chip placement

Conditions of satisfaction

Acceptance tests

gorchard commented 1 year ago

I don't understand this story yet, but it is worth noting that NxCore handles bad cores automatically, and allows accessing chips by a linear index (under the hood it'll figure out the chip address).

In the final stage just before executing on the system, it replaces placeholders with the correct chip and core addresses for the specific system it is running on.

Lava/Magma would only need to worry about this if Lava is explicitly setting chip or core addresses instead of relying on NxCore.