mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	updated froundnx conditional
This commit is contained in:
		
							parent
							
								
									4aecba2a51
								
							
						
					
					
						commit
						eb777d3fa4
					
				| @ -147,6 +147,6 @@ module fround import cvw::*;  #(parameter cvw_t P) ( | ||||
| 
 | ||||
|   // Flags
 | ||||
|   assign FRoundNV = XSNaN;                               // invalid if input is signaling NaN
 | ||||
|   assign FRoundNX = ZfaFRoundNX & ~EgeNf & (Rp | Tp);    // Inexact if Round or Sticky bit set for FRoundNX instruction
 | ||||
|   assign FRoundNX = ZfaFRoundNX & ~EgeNf & (Rp | Tp) & ~XNaN;    // Inexact if Round or Sticky bit set for FRoundNX instruction
 | ||||
| 
 | ||||
| endmodule | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user