mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Fixed grammar on two comments in bpred.sv
This commit is contained in:
		
							parent
							
								
									c8e43e9798
								
							
						
					
					
						commit
						c84731d6d0
					
				@ -116,7 +116,7 @@ module bpred
 | 
			
		||||
 | 
			
		||||
  // this predictor will have two pieces of data,
 | 
			
		||||
  // 1) A direction (1 = Taken, 0 = Not Taken)
 | 
			
		||||
  // 2) Any information which is necessary for the predictor to built it's next state.
 | 
			
		||||
  // 2) Any information which is necessary for the predictor to build its next state.
 | 
			
		||||
  // For a 2 bit table this is the prediction count.
 | 
			
		||||
 | 
			
		||||
  assign SelBPPredF = ((BPInstrClassF[0] & BPPredF[1] & BTBValidF) | 
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user