Review Board 2.0.15


mem: a simple HMC controller

Review Request #2934 - Created July 1, 2015 and discarded - Latest diff uploaded

Information
Erfan Azarkhish
gem5
Reviewers
Default

The class HMCController inherits from NoncoherentXBar with two simple modifications:
1. It forwards the receiving requests on its slave port to the master ports using a round-
robin fashion
2. It accepts overlapping address ranges on its master ports ([3]).
This patch and the subsequent chain of patches aim to model a simple Hybrid Memory Cube device in gem5
Please apply the complete chain before running the simulation.