mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Merge pull request #251 from masonadams25/main
Removed redundent expression to increase coverage
This commit is contained in:
		
						commit
						bdd5f5e611
					
				@ -111,7 +111,7 @@ module round(
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  // determine what format the final result is in: int or fp
 | 
			
		||||
  assign IntRes = CvtOp & ToInt;
 | 
			
		||||
  assign IntRes = ToInt;
 | 
			
		||||
  assign FpRes = ~IntRes;
 | 
			
		||||
 | 
			
		||||
  // sticky bit calculation
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user