forked from Github_Repos/cvw
		
	removed unnecessary mdue gating
This commit is contained in:
		
							parent
							
								
									ba90d868db
								
							
						
					
					
						commit
						ae447e42df
					
				@ -87,7 +87,7 @@ module fdivsqrtpreproc (
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    // Quotient is negative
 | 
			
		||||
    assign NegQuotE = (AsE ^ BsE) & MDUE;
 | 
			
		||||
    assign NegQuotE = AsE ^ BsE;
 | 
			
		||||
    
 | 
			
		||||
    // Force integer inputs to be postiive
 | 
			
		||||
    mux2 #(`XLEN) posamux(AE, -AE, AsE, PosA);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user