lava-nc / lava

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

Implement unscaled LIF process to enable hardware consistency #829

Open tim-shea opened 5 months ago

tim-shea commented 5 months ago

User story

As an application developer, I want to build networks with LIF that behave the same across CPU and Loihi 2 backend, without needing to be re-parameterized. The Loihi 2 process model for LIF currently implements parameter scaling inside the DASM and at the NcProcessModel level, both of which are not very helpful or necessary and can be very confusing to users.

See #579 for background.

Conditions of satisfaction

Acceptance tests