Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can sim.reset be implemented? #269

Open
tbekolay opened this issue Jan 17, 2020 · 2 comments
Open

Can sim.reset be implemented? #269

tbekolay opened this issue Jan 17, 2020 · 2 comments

Comments

@tbekolay
Copy link
Member

tbekolay commented Jan 17, 2020

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
Copy link
Collaborator

hunse commented Jan 20, 2020

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants