done property
Return done = true when we have processed deserialized
completely.
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');