Skip to content
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 on multiple incoming connections #223

Closed
2 of 8 tasks
mathisrichter opened this issue Mar 9, 2022 · 0 comments
Closed
2 of 8 tasks

Virtual ports on multiple incoming connections #223

mathisrichter opened this issue Mar 9, 2022 · 0 comments
Assignees
Labels
1-feature New feature request

Comments

@mathisrichter
Copy link
Contributor

Objective of issue: Feature request to support virtual ports on multiple incoming connections to a Port.

Lava version:

  • 0.4.0 (feature release)
  • 0.3.1 (bug fixes)
  • 0.3.0 (current version)
  • 0.2.0
  • 0.1.2

I'm submitting a ...

  • bug report
  • feature request
  • documentation request

Current behavior:

  • Lava currently only supports virtual ports on a single connection to a Port.

Expected behavior:

  • Virtual ports need to be supported on any arbitrary network topology.

Related code:

# this kind of topology is currently not supported
src1 = Proc()
src2 = Proc()
dst = Proc()
src1.out_port.transpose().connect(dst.in_port)
src2.out_port.transpose().connect(dst.in_port)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant