Enable > ways MSHRs by default.
This commit is contained in:
@@ -129,6 +129,7 @@
|
||||
// L1
|
||||
`define LOG_L1_LINES 8 // 16KB
|
||||
`define LOG_L1_WAYS 2 // 4 ways
|
||||
`define L1D_CRQ_NUM 8 // 8 L1D MSHRs
|
||||
|
||||
// LLC
|
||||
`define LOG_LLC_LINES 12 // 256KB
|
||||
@@ -141,6 +142,7 @@
|
||||
// L1
|
||||
`define LOG_L1_LINES 9 // 32KB
|
||||
`define LOG_L1_WAYS 2 // 4 ways
|
||||
`define L1D_CRQ_NUM 8 // 8 L1D MSHRs
|
||||
|
||||
// LLC
|
||||
`define LOG_LLC_LINES 14 // 1MB
|
||||
@@ -153,6 +155,7 @@
|
||||
// L1
|
||||
`define LOG_L1_LINES 9 // 32KB
|
||||
`define LOG_L1_WAYS 2 // 4 ways
|
||||
`define L1D_CRQ_NUM 8 // 8 L1D MSHRs
|
||||
|
||||
// LLC
|
||||
`define LOG_LLC_LINES 14 // 1MB
|
||||
@@ -165,6 +168,7 @@
|
||||
// L1
|
||||
`define LOG_L1_LINES 9 // 32KB
|
||||
`define LOG_L1_WAYS 2 // 4 ways
|
||||
`define L1D_CRQ_NUM 8 // 8 L1D MSHRs
|
||||
|
||||
// LLC
|
||||
`define LOG_LLC_LINES 15 // 2MB
|
||||
|
||||
Reference in New Issue
Block a user