Review Board 2.0.15


mem: dram ctrl: correct errors due to busBusyUntil variable

Review Request #2469 - Created Oct. 27, 2014 and discarded

Information
Nilay Vaish
gem5
default
Reviewers
Default
Changeset 10506:0d4e2892ee6a
---------------------------
mem: dram ctrl: correct errors due to busBusyUntil variable
The busBusyUntil is unsigned and is initialised to 0, but at places
a value greater than 0 is subtracted from the variable, making its value
highly positive.  This patch checks that this would not be happen before
performing the subtraction.  Another possible way could be to change the
initialisation of busBusyUntil.

   
Review request changed
Updated (Nov. 20, 2014, 9:56 a.m.)

Status: Discarded