Run Nengo models on the Loihi chip


License
Apache-2.0
Install
pip install nengo-loihi==0.5.0

Documentation

NengoLoihi

A backend for running Nengo models on Intel's Loihi architecture.

To use the backend, simply replace:

nengo.Simulator(model)

with:

nengo_loihi.Simulator(model)

For more details and installation instructions, please see the documentation.