remove unsued cache parameter LLVQ_SIZE

This commit is contained in:
Blaise Tine
2020-05-23 00:33:51 -04:00
parent 70dadca9fe
commit f3b21aab8f
6 changed files with 0 additions and 35 deletions

View File

@@ -33,8 +33,6 @@ module VX_bank #(
parameter DWBQ_SIZE = 0,
// Dram Fill Req Queue Size
parameter DFQQ_SIZE = 0,
// Lower Level Cache Hit Queue Size
parameter LLVQ_SIZE = 0,
// Fill Invalidator Size {Fill invalidator must be active}
parameter FILL_INVALIDAOR_SIZE = 0,