Override addPrivateSplitL1Caches function in order to automatically set the tgts_per_...
authorKevin Lim <ktlim@umich.edu>
Thu, 29 Mar 2007 16:25:47 +0000 (12:25 -0400)
committerKevin Lim <ktlim@umich.edu>
Thu, 29 Mar 2007 16:25:47 +0000 (12:25 -0400)
commit5c3f724174dbad18041858fde6418207abfc1d27
tree502328c0affdeadf19caeea0d702640a68d3dcb8
parent80af6530f65551c7f47bf62f10093e6e420b47f2
Override addPrivateSplitL1Caches function in order to automatically set the tgts_per_mshr of the caches to 20.  This is needed otherwise things will potentially lock up when using the O3CPU because the caches can run out of targets, and then not respond.

Remove this hack once the caches eventually get fixed.

--HG--
extra : convert_revision : 8c61ac1b6182f57ebbe3bcfeddb5a4f4334d7bc0
src/python/m5/objects/O3CPU.py