diff --git a/src_Core/RISCY_OOO/procs/RV64G_OOO/ProcConfig.bsv b/src_Core/RISCY_OOO/procs/RV64G_OOO/ProcConfig.bsv index 113906e..26e173c 100644 --- a/src_Core/RISCY_OOO/procs/RV64G_OOO/ProcConfig.bsv +++ b/src_Core/RISCY_OOO/procs/RV64G_OOO/ProcConfig.bsv @@ -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