Objective of issue: Feature request to support virtual ports on multiple incoming connections to a Port.
Lava version:
I'm submitting a ...
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)
Objective of issue: Feature request to support virtual ports on multiple incoming connections to a Port.
Lava version:
I'm submitting a ...
Current behavior:
Expected behavior:
Related code: