Split memory variables
One way to deal with memory variables longer than the schedule time is to split them into several, each at most the schedule period long.
It would be useful to support this at some stage. The main modifications required are:
-
A way to represent that memory variables are not related to Operation In/OutPorts, but to memories -
Method to split a memory variable inside a ProcessCollection (which seems like the correct way to do it), to one or more variables with the length of the parts specified -
The possibility to connect Memory <-> Memory (right now only Memory <-> PE and PE <-> PE are supported)