From 3f9e6622010f26fd542342744ad742d9c8ae446f Mon Sep 17 00:00:00 2001 From: David Harris Date: Fri, 8 Jul 2022 08:44:37 +0000 Subject: [PATCH] Removed subwordwrite mention in cache because sww is needed to replicate data across byte enables --- pipelined/src/cache/cacheway.sv | 1 - 1 file changed, 1 deletion(-) diff --git a/pipelined/src/cache/cacheway.sv b/pipelined/src/cache/cacheway.sv index ac1e26e8..a5f68653 100644 --- a/pipelined/src/cache/cacheway.sv +++ b/pipelined/src/cache/cacheway.sv @@ -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),