forked from Github_Repos/cvw
Removed subwordwrite mention in cache because sww is needed to replicate data across byte enables
This commit is contained in:
parent
9b6d9666c5
commit
3f9e662201
1
pipelined/src/cache/cacheway.sv
vendored
1
pipelined/src/cache/cacheway.sv
vendored
@ -105,7 +105,6 @@ module cacheway #(parameter NUMLINES=512, parameter LINELEN = 256, TAGLEN = 26,
|
||||
// Data Array
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// *** Potential optimization: if byte write enables are available, could remove subwordwrites
|
||||
genvar words;
|
||||
for(words = 0; words < LINELEN/`XLEN; words++) begin: word
|
||||
sram1p1rw #(.DEPTH(NUMLINES), .WIDTH(`XLEN)) CacheDataMem(.clk, .Adr(RAdr),
|
||||
|
Loading…
Reference in New Issue
Block a user