forked from Github_Repos/cvw
		
	Removed comment about nonexistent possible bug
This commit is contained in:
		
							parent
							
								
									0ce3cc393a
								
							
						
					
					
						commit
						79d416537a
					
				@ -224,7 +224,7 @@ module hptw (
 | 
			
		||||
	if (`XLEN == 32) begin
 | 
			
		||||
		assign InitialWalkerState = L1_ADR;
 | 
			
		||||
		assign MegapageMisaligned = |(CurrentPPN[9:0]); // must have zero PPN0
 | 
			
		||||
			// *** Possible bug - should be L1_ADR?
 | 
			
		||||
			// *** Possible bug - should be L1_ADR?  If so, applies to 64 bits as well
 | 
			
		||||
		assign Misaligned = ((WalkerState == L0_ADR) & MegapageMisaligned);
 | 
			
		||||
	end else begin
 | 
			
		||||
		logic  GigapageMisaligned, TerapageMisaligned;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user