remove unsued cache parameter LLVQ_SIZE
This commit is contained in:
@@ -135,11 +135,6 @@
|
||||
`define DDFQQ_SIZE `DREQQ_SIZE
|
||||
`endif
|
||||
|
||||
// Lower Level Cache Hit Queue Size
|
||||
`ifndef DLLVQ_SIZE
|
||||
`define DLLVQ_SIZE 0
|
||||
`endif
|
||||
|
||||
// Prefetcher
|
||||
`ifndef DPRFQ_SIZE
|
||||
`define DPRFQ_SIZE 32
|
||||
@@ -211,11 +206,6 @@
|
||||
`define IDFQQ_SIZE `IREQQ_SIZE
|
||||
`endif
|
||||
|
||||
// Lower Level Cache Hit Queue Size
|
||||
`ifndef ILLVQ_SIZE
|
||||
`define ILLVQ_SIZE 16
|
||||
`endif
|
||||
|
||||
// Prefetcher
|
||||
`ifndef IPRFQ_SIZE
|
||||
`define IPRFQ_SIZE 32
|
||||
@@ -287,11 +277,6 @@
|
||||
`define SDFQQ_SIZE 16
|
||||
`endif
|
||||
|
||||
// Lower Level Cache Hit Queue Size
|
||||
`ifndef SLLVQ_SIZE
|
||||
`define SLLVQ_SIZE 16
|
||||
`endif
|
||||
|
||||
// Prefetcher
|
||||
`ifndef SPRFQ_SIZE
|
||||
`define SPRFQ_SIZE 4
|
||||
@@ -368,11 +353,6 @@
|
||||
`define L2DFQQ_SIZE `L2REQQ_SIZE
|
||||
`endif
|
||||
|
||||
// Lower Level Cache Hit Queue Size
|
||||
`ifndef L2LLVQ_SIZE
|
||||
`define L2LLVQ_SIZE 32
|
||||
`endif
|
||||
|
||||
// Prefetcher
|
||||
`ifndef L2PRFQ_SIZE
|
||||
`define L2PRFQ_SIZE 32
|
||||
@@ -449,11 +429,6 @@
|
||||
`define L3DFQQ_SIZE `L3REQQ_SIZE
|
||||
`endif
|
||||
|
||||
// Lower Level Cache Hit Queue Size
|
||||
`ifndef L3LLVQ_SIZE
|
||||
`define L3LLVQ_SIZE 0
|
||||
`endif
|
||||
|
||||
// Prefetcher
|
||||
`ifndef L3PRFQ_SIZE
|
||||
`define L3PRFQ_SIZE 32
|
||||
|
||||
Reference in New Issue
Block a user