diff options
| author | Wilson Fung <[email protected]> | 2013-08-28 22:33:43 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:58 -0700 |
| commit | 1cf38dabd66231ab259efe086b1317373d722303 (patch) | |
| tree | 11a1bfa2a6cb81aad2795623b7adff9c1b89907f /CHANGES | |
| parent | 69d31fcda599d82e9bcf5970bdecbc181388e5ef (diff) | |
Fixing the intra-partition address calculation so that every set in L2 cache is used.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16904]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -36,9 +36,10 @@ Version 3.2.1+edits (development branch) versus 3.2.1 cache banks (sub partitions) in each memory partition. Each memory partition contains a single DRAM scheduler, and one or more L2 cache banks. Each L2 cache bank has an independent port to the interconnection network. The - configuration files are changes to have a larger DRAM return queue to allow - the credit-based arbiter between the sub partitions and the DRAM scheduler to - tolerate the minimum DRAM latency. + address decoder is extended to use the DRAM bank ID to assign the L2 banks + within each memory partition. The configuration files are changes to have a + larger DRAM return queue to allow the credit-based arbiter between the sub + partitions and the DRAM scheduler to tolerate the minimum DRAM latency. - Added a bandwidth model to throttle the cache hit bandwidth. Now accesses that exceed the data port width (but still fit within a cache line) will occupy the cache for multiple cycles. This allows us to decouple the L2 |
