cachereplacementpolicy cleanup

This commit is contained in:
David Harris 2022-02-03 17:19:14 +00:00
parent 034ff5462c
commit f9dd79d3e3

View File

@ -39,9 +39,6 @@ module cachereplacementpolicy
input logic LRUWriteEn
);
// *** Only implements 2, 4, and 8 way
// I would like parametersize this in the future.
logic [NUMWAYS-2:0] LRUEn, LRUMask;
logic [$clog2(NUMWAYS)-1:0] EncVicWay;
logic [NUMWAYS-2:0] ReplacementBits [NUMLINES-1:0];