Mill Computing, Inc. Forums The Mill Architecture Pipelining Reply To: Pipelining

dthierbach
Participant
Post count: 6

How does the retire operation handle the order of the results? In a steady state, the arguments on the belt should always be in the same order. But the retire operation only knows about the number of expected results, not which FUs should actually produce results in which order. So what if it has to fill in a None somewhere in between? How does it do that?

(If I explained the question badly, maybe I can try to come up with some sample code).