mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Fixed global history predictor.
This commit is contained in:
		
							parent
							
								
									bbc6095260
								
							
						
					
					
						commit
						a579bbcdd1
					
				@ -36,7 +36,6 @@ module speculativeglobalhistory #(parameter int k = 10 ) (
 | 
			
		||||
  output logic [1:0] 	  DirPredictionF, 
 | 
			
		||||
  output logic 			  DirPredictionWrongE,
 | 
			
		||||
  // update
 | 
			
		||||
  input logic [`XLEN-1:0] PCNextF, PCF, PCD, PCE,
 | 
			
		||||
  input logic [3:0] 	  PredInstrClassF,
 | 
			
		||||
  input logic [3:0]       InstrClassD, InstrClassE, InstrClassM,
 | 
			
		||||
  input logic [3:0] 	  WrongPredInstrClassD, 
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user