mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
cachereplacementpolicy cleanup
This commit is contained in:
parent
5f7326368e
commit
eb8dd5e7d7
@ -39,9 +39,6 @@ module cachereplacementpolicy
|
|||||||
input logic LRUWriteEn
|
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 [NUMWAYS-2:0] LRUEn, LRUMask;
|
||||||
logic [$clog2(NUMWAYS)-1:0] EncVicWay;
|
logic [$clog2(NUMWAYS)-1:0] EncVicWay;
|
||||||
logic [NUMWAYS-2:0] ReplacementBits [NUMLINES-1:0];
|
logic [NUMWAYS-2:0] ReplacementBits [NUMLINES-1:0];
|
||||||
|
Loading…
Reference in New Issue
Block a user