Key Elements - Reorder Buffer (ROB), ROB Map
Reorder Buffer will be managed as circular buffer. Head points to first free entry, tail points to oldest valid entry. ‘Dst’ is the Register File number for this destination value. Status can be Empty, Issued_Valid, Issued_Invalid, Finished_Valid, Finished_Invalid. ‘V bit in ROBmap indicates if entry is valid or not.