mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Removed subwordwrite mention in cache because sww is needed to replicate data across byte enables
This commit is contained in:
		
							parent
							
								
									234175f236
								
							
						
					
					
						commit
						38ef8eebbb
					
				
							
								
								
									
										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