forked from lava-nc/lava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partial implementation of virtual ports for PyProcModels (lava-nc#187)
* permute initial implementation Signed-off-by: bamsumit <[email protected]> * Tests for permute ports * Process property of virtual ports no longer returns None Signed-off-by: Mathis Richter <[email protected]> * Added initial run-unittest for flatten() from issue lava-nc#163 Signed-off-by: Mathis Richter <[email protected]> * User-level API for TransposePort with unit tests Signed-off-by: Mathis Richter <[email protected]> * Fixed typo Signed-off-by: Mathis Richter <[email protected]> * Unit tests for flatten() and concat_with() Signed-off-by: Mathis Richter <[email protected]> * Unit tests for virtual ports in Processes that are executed (wip) Signed-off-by: Mathis Richter <[email protected]> * Preliminary implementation of virtual ports between OutPort and InPort (wip) Signed-off-by: Mathis Richter <[email protected]> * Fixing unit tests after merge Signed-off-by: Mathis Richter <[email protected]> * Added support for virtual ports between an OutPort and InPort of two hierarchical Processes Signed-off-by: Mathis Richter <[email protected]> * Clean up, exceptions, and generic unit tests for virtual port topologies Signed-off-by: Mathis Richter <[email protected]> * Fixed linter issues Signed-off-by: Mathis Richter <[email protected]> * Raising an exception when executing ConcatPort Signed-off-by: Mathis Richter <[email protected]> Co-authored-by: bamsumit <[email protected]> Co-authored-by: Marcus G K Williams <[email protected]>
- Loading branch information
1 parent
2da093c
commit 5512bac
Showing
11 changed files
with
648 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.