mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Third attempt at fixing the write enables for the icache cacheway.
This commit is contained in:
		
							parent
							
								
									6965bde95c
								
							
						
					
					
						commit
						6f4542f063
					
				
							
								
								
									
										2
									
								
								wally-pipelined/src/cache/icache.sv
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								wally-pipelined/src/cache/icache.sv
									
									
									
									
										vendored
									
									
								
							@ -142,7 +142,7 @@ module icache
 | 
				
			|||||||
			 .RAdr(RAdr),
 | 
								 .RAdr(RAdr),
 | 
				
			||||||
			 .PAdr(PCTagF),
 | 
								 .PAdr(PCTagF),
 | 
				
			||||||
			 .WriteEnable(SRAMWayWriteEnable), 
 | 
								 .WriteEnable(SRAMWayWriteEnable), 
 | 
				
			||||||
			 .WriteWordEnable({NUMWAYS{1'b1}}),
 | 
								 .WriteWordEnable({{(BLOCKLEN/`XLEN){1'b1}}}),
 | 
				
			||||||
			 .TagWriteEnable(SRAMWayWriteEnable),
 | 
								 .TagWriteEnable(SRAMWayWriteEnable),
 | 
				
			||||||
			 .WriteData(ICacheMemWriteData),
 | 
								 .WriteData(ICacheMemWriteData),
 | 
				
			||||||
			 .SetValid(ICacheMemWriteEnable),
 | 
								 .SetValid(ICacheMemWriteEnable),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user