moiri / streamix-c

compiler for Streamix
GNU General Public License v2.0
0 stars 0 forks source link

links can connect to multiple ports with the same name but are placed in different collections #7

Closed moiri closed 8 years ago

moiri commented 8 years ago

Unlike with the keyword 'connect' where ports are only in the side port collection, the instruction 'link' can connect to all ports, independent of their collection. Hence, a link connection from the wrapper to a net instance can match with multiple ports. Atm the function 'connection_check_port_id_get' returns the first hit and does no search for further hits.