O3: Remove hardcoded tgts_per_mshr in O3CPU.py.
authorChander Sudanthi <chander.sudanthi@arm.com>
Thu, 1 Dec 2011 08:15:22 +0000 (00:15 -0800)
committerChander Sudanthi <chander.sudanthi@arm.com>
Thu, 1 Dec 2011 08:15:22 +0000 (00:15 -0800)
commit61c14da751ae80e8c19e0b63ddd629c4152f1c72
treea1c74b7afe115082c4ca5a5f1797d3de14772041
parentfa753c14549a768f0b8475e4e183acbdc394c248
O3: Remove hardcoded tgts_per_mshr in O3CPU.py.

There are two lines in O3CPU.py that set the dcache and icache
tgts_per_mshr to 20, ignoring any pre-configured value of tgts_per_mshr.
This patch removes these hardcoded lines from O3CPU.py and sets the default
L1 cache mshr targets to 20.

--HG--
extra : rebase_source : 6f92d950e90496a3102967442814e97dc84db08b
configs/common/Caches.py
src/cpu/o3/O3CPU.py
tests/configs/o3-timing-mp.py
tests/configs/o3-timing.py
tests/configs/pc-o3-timing.py
tests/configs/realview-o3-dual.py
tests/configs/realview-o3.py
tests/configs/tsunami-o3-dual.py
tests/configs/tsunami-o3.py