diff --git a/gpu-simulator/gpgpu-sim4.md b/gpu-simulator/gpgpu-sim4.md index d7c64c86a..0a47f3048 100644 --- a/gpu-simulator/gpgpu-sim4.md +++ b/gpu-simulator/gpgpu-sim4.md @@ -52,7 +52,7 @@ Also, in trace-driven mode, we provide the flexibility and ability to add new ex Our GPU cache model supports sectored, banked L1 cache design. Our sector size is constant=32B, so for 128B cache line configuration, each cache line has 4 sectors. Example to define L1 sector cache with four banks: ``` # Add the 'S' character at the header as shown below; for non-sector cache design use 'N' -# cache configuration string: :::,::::,::,:** +# cache configuration string: :::,::::,::,:, -gpgpu_cache:dl1 S:4:128:64,L:L:m:N:L,A:512:8,16:0,32 # 4 cache banks, we interleave 32B sector on each bank