done property

Logic done

Return done = true when we have processed deserializedcompletely. done is asserted with the final element being serialized so that at the next clock edge, you have done with the last element latched at the same time.

Implementation

Logic get done => output('done');