Queues: massage away 2-way round-robin PIFOs #2226
Labels
C: calyx-py
Items that have to do with the builder library
C: Queues
One of the queue-style frontends
As part of flag day (#2191), let's do a further piece of cleanup. We really have many different kinds of PIFOs hanging around now, but I'll point out two that should be merged thoughtfully.
n
sub-queues, not just two. This much has been tested via Python oracle. However, its variable names and testing thus far currently assume that the sub-queues are always FIFOs. That is, the file believes it can orchestraten
FIFOs to make ann
-way PIFO, but it does not realize that it can orchestrate lists of PIFOs to make PIFO trees!I would like to have the second style replace the first style. To do this, we need something like the following to happen:
rr(strict(A, B, C), rr(D, E, F), strict(G, H))
or something to show the extended capabilities. Check this via Python oracle.The text was updated successfully, but these errors were encountered: