Open moiri opened 2 years ago
This could be solved by spawning routing nodes explicitly like a box.
rn = intern box smx_rn(in trigger1, in trigger2, decoupled out trigger)
The keyword intern would indicate that neither dependencies not include statement would be required here.
There is currently no way to specify channel length or output decoupling on wrapper input ports which spawn routing nodes.
In the following example it is not possible to decouple the output ports
trigger1
andtrigger2
of the routing node.In the above example the channel length could be specified in the box signature but this is no longer possible with nested wrappers.
There should be a syntax which allows to address channels of implicit routing nodes (e.g. make change port renaming to fully fledged port specifications)