Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 322 Bytes

README.rst

File metadata and controls

16 lines (10 loc) · 322 Bytes

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.