forked from Github_Repos/cvw
		
	Removed unneeded TLBFlush from TLBMiss
This commit is contained in:
		
							parent
							
								
									2203c05724
								
							
						
					
					
						commit
						2ad62ea31f
					
				@ -109,5 +109,5 @@ module tlbcontrol #(parameter ITLB = 0) (
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  assign TLBHit = CAMHit & TLBAccess;
 | 
			
		||||
  assign TLBMiss = (~CAMHit | TLBFlush) & Translate & TLBAccess;
 | 
			
		||||
  assign TLBMiss = ~CAMHit & TLBAccess & Translate ;
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user