summaryrefslogtreecommitdiff
path: root/src/trace_streams.tup
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2013-07-17 16:44:50 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:58 -0700
commitbb4cc3179dd36e882fb78732c9dfb99b1528b8d9 (patch)
tree6cd7cbb48b4119e33dc0fed9bba3bc7688eb60d2 /src/trace_streams.tup
parente480b8ac999a7132ce003f102d5d5a80a776c2f6 (diff)
Redesigned the memory partition unit to support multiple L2 cache banks per partition. Each L2 cache banks has its own connection to the interconnection network to allow L2 bandwidth to scale without increase the number of memory parttiion units.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16613]
Diffstat (limited to 'src/trace_streams.tup')
-rw-r--r--src/trace_streams.tup1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trace_streams.tup b/src/trace_streams.tup
index fa6fd1e..c41690e 100644
--- a/src/trace_streams.tup
+++ b/src/trace_streams.tup
@@ -28,5 +28,6 @@
TS_TUP_BEGIN( trace_streams_type )
TS_TUP( WARP_SCHEDULER ),
TS_TUP( SCOREBOARD ),
+ TS_TUP( MEMORY_PARTITION_UNIT ),
TS_TUP( NUM_TRACE_STREAMS )
TS_TUP_END( trace_streams_type )