Mathis Richter
Mathis Richter
Objective of issue: The "bit-accurate" ProcessModel of the LIF Process is not actually bit-accurate with respect to the hardware implementation on Loihi. After a spike, the voltage is reset to...
We should make sure, as soon as possible, that our bit-accurate PyProcessModels really have the same behavior as on Loihi. In the current absence of a Loihi implementation, we could...
Objective of issue: When an exception is thrown, the program hangs before the program can terminate and report the exception. **Lava version:** - [ ] **0.4.0** (feature release) - [...
Signed-off-by: Mathis Richter Issue Number: #234 Objective of pull request: Virtual ports should inherit the capabilities of their parent ports ## Pull request checklist Your PR fulfills the following requirements:...
Objective of issue: Virtual ports should inherit the capabilities of their parent ports **Lava version:** - [ ] **0.4.0** (feature release) - [ ] **0.3.1** (bug fixes) - [x] **0.3.0**...
…O tutorial (#418)" This reverts commit bafca331201847e3b94a821be3d563574c674eda. Issue Number: #420 Objective of pull request: Reverting a commit because the changes to the discovery of ProcModels breaks multiple unit tests in...
Objective of issue: The commit bafca331201847e3b94a821be3d563574c674eda by @phstratmann breaks multiple unit tests in lava-on-loihi. I don't understand the change in how the ProcModels are discovered but the hardcoded m[1] is...
### User story As a user, I would like to connect Lava Processes with each other to form arbitrarily complex Process-network topologies. This enables me to develop any neuromorphic architecture...
Objective of issue: Some of the unit tests in `lava/tests/lava/magma/core/process/ports/test_virtual_ports_in_process.py` fail non-deterministically. Different tests are affected, possibly those that test writing from a RefPort to a VarPort. **Lava version:** -...
### User story As a user, I want Lava to have a more accessible high-level API to have less of a steep learning curve. ### Conditions of satisfaction - Problems...