Skip to content
Snippets Groups Projects

Resolve #1 "Port Interface", #8 "Port Coupling"

Merged Resolve #1 "Port Interface", #8 "Port Coupling"
1 unresolved thread
Merged Angus Lothian requested to merge 1-port-interface into develop
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Jacob Wahlman added Needs review label and removed Needs testing label

    added Needs review label and removed Needs testing label

  • Angus Lothian added 1 commit

    added 1 commit

    • ebad7458 - Add fixes to pull request comments.

    Compare with previous version

  • Angus Lothian added 1 commit

    added 1 commit

    • cdea823f - Add fix to minor error that caused pipeline fail

    Compare with previous version

  • 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."""
  • Kevin Scott added 1 commit

    added 1 commit

    • 57284d79 - refactored test cases in port and removed conftest.py

    Compare with previous version

  • Jacob Wahlman approved this merge request

    approved this merge request

  • Angus Lothian added 5 commits

    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

    Compare with previous version

  • Author Contributor

    @jacwa448 and @ivaha717 please approve / review for merge.

  • Jacob Wahlman approved this merge request

    approved this merge request

  • Ivar Härnqvist approved this merge request

    approved this merge request

  • Ivar Härnqvist mentioned in commit 24120414

    mentioned in commit 24120414

  • Please register or sign in to reply
    Loading