Retransmit capability — a design note
This FIFO supports retransmit, meaning the read pointer can be reset to the beginning of the stored data without a full reset. Useful in packet-based systems where a failed transmission needs a replay from the buffer. No FWFT or programmable flags — the flag logic is fixed: full, empty, half-full.
