Added Lower Level Cache Hit Queue

This commit is contained in:
felsabbagh3
2020-03-06 23:04:42 -08:00
parent 44f6c68fe9
commit fb23812e95
5 changed files with 122 additions and 3 deletions

View File

@@ -37,6 +37,8 @@
`define DWBQ_SIZE 4
// Dram Fill Req Queue Size
`define DFQQ_SIZE `REQQ_SIZE
// Lower Level Cache Hit Queue Size
`define LLVQ_SIZE 16
// Fill Invalidator Active {Comment out define statement to invalidate}
`define FILL_INVALIDATOR_ACTIVE 1