Skip to content

Avoid unnecessary access to DCM for online ROB retrieval (ATR-19179)

When running with concurrent chains multiple requests for the same ROB id can be issued to the DCM for the same event slot. By locking the two ROB retrieval methods the coherency of the internal ROB cache can be achieved. More explanations on ATR-19179.

Merge request reports