mem: Make Request getters const
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 2 Dec 2014 11:07:48 +0000 (06:07 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 2 Dec 2014 11:07:48 +0000 (06:07 -0500)
commitfa60d5cf272c86cc6819e89984eb94b05dcfb605
tree67d29101b98b7742c530bd74f43986d89595955e
parent3d6ec81e6612547efa22507f6e82d5d9c7d75252
mem: Make Request getters const

This patch tidies up the Request class, making all getters const. The
odd one out is incAccessDepth which is called by the memory system as
packets carry the request around. This is also const to enable the
packet to hold on to a const Request.
src/mem/request.hh