-
Notifications
You must be signed in to change notification settings - Fork 144
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
Virtual ports between RefPorts and VarPorts #195
Commits on Jan 21, 2022
-
permute initial implementation
Signed-off-by: bamsumit <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3a65e7 - Browse repository at this point
Copy the full SHA d3a65e7View commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 58d5a14 - Browse repository at this point
Copy the full SHA 58d5a14View commit details
Commits on Feb 4, 2022
-
Process property of virtual ports no longer returns None
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3891c8c - Browse repository at this point
Copy the full SHA 3891c8cView commit details -
Added initial run-unittest for flatten() from issue lava-nc#163
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eba5df9 - Browse repository at this point
Copy the full SHA eba5df9View commit details -
User-level API for TransposePort with unit tests
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 917a497 - Browse repository at this point
Copy the full SHA 917a497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f33774 - Browse repository at this point
Copy the full SHA 0f33774View commit details -
Unit tests for flatten() and concat_with()
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1537c41 - Browse repository at this point
Copy the full SHA 1537c41View commit details
Commits on Feb 11, 2022
-
Unit tests for virtual ports in Processes that are executed (wip)
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 938b7db - Browse repository at this point
Copy the full SHA 938b7dbView commit details
Commits on Feb 17, 2022
-
Preliminary implementation of virtual ports between OutPort and InPor…
…t (wip) Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0eff5a - Browse repository at this point
Copy the full SHA d0eff5aView commit details -
Merge branch 'main' of https://github.com/lava-nc/lava into permute
� Conflicts: � src/lava/magma/compiler/compiler.py � src/lava/magma/core/model/py/ports.py � tests/lava/magma/core/model/py/test_ports.py
Configuration menu - View commit details
-
Copy full SHA for 5076ab4 - Browse repository at this point
Copy the full SHA 5076ab4View commit details -
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 846c1b3 - Browse repository at this point
Copy the full SHA 846c1b3View commit details
Commits on Feb 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9bde78e - Browse repository at this point
Copy the full SHA 9bde78eView commit details
Commits on Feb 22, 2022
-
Added support for virtual ports between an OutPort and InPort of two …
…hierarchical Processes Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for effd522 - Browse repository at this point
Copy the full SHA effd522View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1be80f - Browse repository at this point
Copy the full SHA a1be80fView commit details -
Clean up, exceptions, and generic unit tests for virtual port topologies
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5d0f5f - Browse repository at this point
Copy the full SHA c5d0f5fView commit details -
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abf03bd - Browse repository at this point
Copy the full SHA abf03bdView commit details
Commits on Feb 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c02a44a - Browse repository at this point
Copy the full SHA c02a44aView commit details
Commits on Feb 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 166ec46 - Browse repository at this point
Copy the full SHA 166ec46View commit details -
Raising an exception when executing ConcatPort
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ca8a51 - Browse repository at this point
Copy the full SHA 6ca8a51View commit details -
Merge branch 'main' of https://github.com/lava-nc/lava into permute
� Conflicts: � src/lava/magma/compiler/compiler.py
Configuration menu - View commit details
-
Copy full SHA for 9ebfc6f - Browse repository at this point
Copy the full SHA 9ebfc6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4873eca - Browse repository at this point
Copy the full SHA 4873ecaView commit details
Commits on Feb 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 71d1e8b - Browse repository at this point
Copy the full SHA 71d1e8bView commit details -
Unit tests for virtual ports between OutPorts and InPorts in hierarch…
…ical Processes. Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d5b0bf - Browse repository at this point
Copy the full SHA 0d5b0bfView commit details
Commits on Feb 28, 2022
-
RefPort writing to an explicit VarPort via a virtual port.
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a15666 - Browse repository at this point
Copy the full SHA 6a15666View commit details -
RefPort reading from an explicit VarPort via a virtual port.
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ceddb1 - Browse repository at this point
Copy the full SHA 9ceddb1View commit details
Commits on Mar 1, 2022
-
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbf1f54 - Browse repository at this point
Copy the full SHA fbf1f54View commit details -
Unit tests for virtual ports between RefPorts and VarPorts in hierarc…
…hical Processes. Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae4debf - Browse repository at this point
Copy the full SHA ae4debfView commit details -
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83fd8d9 - Browse repository at this point
Copy the full SHA 83fd8d9View commit details
Commits on Mar 2, 2022
-
Added docstrings to methods get_transform_func_fwd/bwd.
Signed-off-by: Mathis Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eaf55ca - Browse repository at this point
Copy the full SHA eaf55caView commit details