Skip to content
EECS 4340 Final Review

Load/Store Queue (LSQ)

Tag: lsq

Aliases: load-store queue, LSQ

A pair of FIFOs (or one combined queue) that buffers in-flight loads and stores in program order so that the data cache only sees retired stores and out-of-order loads can disambiguate against older stores via address matching.

No references yet.