mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	removed unnecessary mdue gating
This commit is contained in:
		
							parent
							
								
									83a3c72d8d
								
							
						
					
					
						commit
						e41273e59c
					
				@ -87,7 +87,7 @@ module fdivsqrtpreproc (
 | 
				
			|||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Quotient is negative
 | 
					    // Quotient is negative
 | 
				
			||||||
    assign NegQuotE = (AsE ^ BsE) & MDUE;
 | 
					    assign NegQuotE = AsE ^ BsE;
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    // Force integer inputs to be postiive
 | 
					    // Force integer inputs to be postiive
 | 
				
			||||||
    mux2 #(`XLEN) posamux(AE, -AE, AsE, PosA);
 | 
					    mux2 #(`XLEN) posamux(AE, -AE, AsE, PosA);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user