mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	fixed lint warning
This commit is contained in:
		
							parent
							
								
									6f2d8c24ad
								
							
						
					
					
						commit
						ab1f088672
					
				@ -193,7 +193,7 @@ module fpu (
 | 
			
		||||
      .XSgnM, .YSgnM, .ZExpM, .XManM, .YManM, .ZManM, 
 | 
			
		||||
      .XNaNM, .YNaNM, .ZNaNM, .XZeroM, .YZeroM, .ZZeroM, 
 | 
			
		||||
      .XInfM, .YInfM, .ZInfM, .XSNaNM, .YSNaNM, .ZSNaNM,
 | 
			
		||||
      .FOpCtrlE,
 | 
			
		||||
      .FOpCtrlE, .ZOrigDenormE,
 | 
			
		||||
      .FmtE, .FmtM, .FrmM, 
 | 
			
		||||
      .FMAFlgM, .FMAResM);
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -49,7 +49,7 @@ module unpack (
 | 
			
		||||
        assign YExpMaxE = &YExpE;
 | 
			
		||||
        assign ZExpMaxE = &ZExpE;
 | 
			
		||||
 | 
			
		||||
        assign OrigDenormE = 1'b0;
 | 
			
		||||
        assign ZOrigDenormE = 1'b0;
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    end else if (`FPSIZES == 2) begin   // if there are 2 floating point formats supported
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user