nengo / nengo-loihi

Run Nengo models on Intel's Loihi chip
https://www.nengo.ai/nengo-loihi/
Other
35 stars 12 forks source link

Can sim.reset be implemented? #269

Open tbekolay opened 4 years ago

tbekolay commented 4 years ago

Currently, we implement a reset method, but it does not work. In #260 I mark that method as being not implemented. It would be good to implement that if it's possible, but is it possible on Loihi? We should try to answer that question, then if it can be implemented, implement it.

hunse commented 4 years ago

My guess is that disconnecting from and reconnecting to the board might do what we need in terms of resetting the board state, but we should check this.

arvoelke commented 4 years ago

See method at L1880 in nxsdk_modules/lca/src/lcanet.py (version 0.9) for an example of a reset without [dis|re]connecting.