forked from Github_Repos/cvw
cachereplacementpolicy cleanup
This commit is contained in:
parent
034ff5462c
commit
f9dd79d3e3
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user