diff options
| author | Fangjia Shen <[email protected]> | 2023-06-17 19:03:31 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-17 19:03:31 -0400 |
| commit | 301be9e59c6c934f4e194cf6c95dd0c60b3894cc (patch) | |
| tree | f1c25eaf864c908b5e79694d0fa9e4a62ffe3481 /configs/tested-cfgs/SM2_GTX480/gpgpusim.config | |
| parent | 66ae8815dd1a9cd5fcc0e08332ebca323c356863 (diff) | |
137 drop sector cache flexibility (#57)
Addresses accel-sim issue 137. For sector cache, the sector size must be 32B (hard-coded and not configurable) and cache line size must be set to 128B; a runtime parameter check will terminate simulation if the cache line size is not 128B.
Diffstat (limited to 'configs/tested-cfgs/SM2_GTX480/gpgpusim.config')
| -rw-r--r-- | configs/tested-cfgs/SM2_GTX480/gpgpusim.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/tested-cfgs/SM2_GTX480/gpgpusim.config b/configs/tested-cfgs/SM2_GTX480/gpgpusim.config index 609a9ef..bc01821 100644 --- a/configs/tested-cfgs/SM2_GTX480/gpgpusim.config +++ b/configs/tested-cfgs/SM2_GTX480/gpgpusim.config @@ -56,7 +56,7 @@ # In Fermi, the cache and shared memory can be configured to 16kb:48kb(default) or 48kb:16kb -# <nsets>:<bsize>:<assoc>,<rep>:<wr>:<alloc>:<wr_alloc>:<set_index_fn>,<mshr>:<N>:<merge>,<mq>:**<fifo_entry> +# <sector?>:<nsets>:<bsize>:<assoc>,<rep>:<wr>:<alloc>:<wr_alloc>:<set_index_fn>,<mshr>:<N>:<merge>,<mq>:**<fifo_entry> # ** Optional parameter - Required when mshr_type==Texture Fifo # Note: Hashing set index function (H) only applies to a set size of 32 or 64. -gpgpu_cache:dl1 N:32:128:4,L:L:m:N:H,S:64:8,8 |
