jleben / arrp

Programming language for stream processing.
https://arrp-lang.org
GNU General Public License v2.0
31 stars 3 forks source link

Scheduling: failed assertion: schedule root is a sequence. #9

Open jleben opened 7 years ago

jleben commented 7 years ago

Schedule root might be a set instead of a sequence. Example: an array part uses time index - causing synthesis of the time array - but its effective domain is null, because it is a subset of the domain of a previous part.