mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	intdiv cleanup
This commit is contained in:
		
							parent
							
								
									4139f27d10
								
							
						
					
					
						commit
						f1190b6ceb
					
				@ -55,7 +55,7 @@ module intdivrestoring (
 | 
			
		||||
  //////////////////////////////
 | 
			
		||||
 | 
			
		||||
  // Divider control signals
 | 
			
		||||
  assign DivStartE = DivE & (state == IDLE); // & ~StallM; 
 | 
			
		||||
  assign DivStartE = DivE & (state == IDLE); 
 | 
			
		||||
  assign DivBusyE = (state == BUSY) | DivStartE;
 | 
			
		||||
 | 
			
		||||
  // Handle sign extension for W-type instructions
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user