Searched hist:9936 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh9936:f00546aff354 Thu Oct 17 11:20:00 EDT 2013 Faissal Sleiman <Faissal.Sleiman@arm.com> cpu: Put in assertions to check for maximum supported LQ/SQ size

LSQSenderState represents the LQ/SQ index using uint8_t, which supports up to
256 entries (including the sentinel entry). Sending packets to memory with a
higher index than 255 truncates the index, such that the response matches the
wrong entry. For instance, this can result in a deadlock if a store completion
does not clear the head entry.

Completed in 34 milliseconds