1 unresolved thread
1 unresolved thread
Adds:
- Port interface functions for InputPort and OutputPort.
- Functionality for connecting ports and signals, both via signals and ports.
- Tests that verifies that the functionality has been correctly implemented.
- Fixes to older code so that it works with the new interfaces.
- Minor functionality for connecting operations in their constructors.
Closes #1 (closed) and closes #8 (closed)
Edited by Angus Lothian
Merge request reports
Activity
changed milestone to %Sprint 1
added Needs testing + 1 deleted label
mentioned in issue #1 (closed)
mentioned in issue #8 (closed)
- Resolved by Jacob Wahlman
- Resolved by Jacob Wahlman
- Resolved by Jacob Wahlman
- Resolved by Jacob Wahlman
- Resolved by Jacob Wahlman
- Resolved by Jacob Wahlman
- Resolved by Jacob Wahlman
added Needs review label and removed Needs testing label
added 1 commit
- cdea823f - Add fix to minor error that caused pipeline fail
- Resolved by Kevin Scott
25 26 self._operation = operation 26 27 27 28 @property 28 def identifier(self) -> PortId: 29 """Get the unique identifier.""" 29 def id(self) -> PortId: 30 """Returns the unique portid.""" changed this line in version 6 of the diff
added 1 commit
- 57284d79 - refactored test cases in port and removed conftest.py
added 5 commits
- 463bdebd - Change tempus of comments from gets to get
- ba7ea8e7 - Change tempus of comments from gets to get in signal.py
- 217aa985 - Change tempus of comments from gets to get in graph component, abstract graph component, sfg
- 9cfb6c72 - Remove signal function has source, has destination, and port is source / destination
- 531e1ec7 - Merge branch '1-port-interface' of gitlab.liu.se:PUM_TDDD96/B-ASIC into 1-port-interface
Toggle commit listmentioned in commit 24120414
Please register or sign in to reply