forked from Github_Repos/cvw
		
	fix typo in cachway setValid input comment
This commit is contained in:
		
							parent
							
								
									270200bc1c
								
							
						
					
					
						commit
						c0206cfcb3
					
				
							
								
								
									
										2
									
								
								src/cache/cacheway.sv
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								src/cache/cacheway.sv
									
									
									
									
										vendored
									
									
								
							@ -38,7 +38,7 @@ module cacheway #(parameter NUMLINES=512, LINELEN = 256, TAGLEN = 26,
 | 
				
			|||||||
  input  logic [$clog2(NUMLINES)-1:0] CacheSet,           // Cache address, the output of the address select mux, NextAdr, PAdr, or FlushAdr
 | 
					  input  logic [$clog2(NUMLINES)-1:0] CacheSet,           // Cache address, the output of the address select mux, NextAdr, PAdr, or FlushAdr
 | 
				
			||||||
  input  logic [`PA_BITS-1:0]         PAdr,           // Physical address 
 | 
					  input  logic [`PA_BITS-1:0]         PAdr,           // Physical address 
 | 
				
			||||||
  input  logic [LINELEN-1:0]          LineWriteData,  // Final data written to cache (D$ only)
 | 
					  input  logic [LINELEN-1:0]          LineWriteData,  // Final data written to cache (D$ only)
 | 
				
			||||||
  input  logic                        SetValid,       // Set the dirty bit in the selected way and set
 | 
					  input  logic                        SetValid,       // Set the valid bit in the selected way and set
 | 
				
			||||||
  input  logic                        ClearValid,     // Clear the valid bit in the selected way and set
 | 
					  input  logic                        ClearValid,     // Clear the valid bit in the selected way and set
 | 
				
			||||||
  input  logic                        SetDirty,       // Set the dirty bit in the selected way and set
 | 
					  input  logic                        SetDirty,       // Set the dirty bit in the selected way and set
 | 
				
			||||||
  input  logic                        ClearDirty,     // Clear the dirty bit in the selected way and set
 | 
					  input  logic                        ClearDirty,     // Clear the dirty bit in the selected way and set
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user