mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Disabled STATUS_FS at reset, fixing issue #71
This commit is contained in:
		
							parent
							
								
									93637fd9cb
								
							
						
					
					
						commit
						0712fa8f67
					
				@ -145,7 +145,7 @@ module csrsr (
 | 
				
			|||||||
      STATUS_MXR_INT <= #1 0;
 | 
					      STATUS_MXR_INT <= #1 0;
 | 
				
			||||||
      STATUS_SUM_INT <= #1 0;
 | 
					      STATUS_SUM_INT <= #1 0;
 | 
				
			||||||
      STATUS_MPRV_INT <= #1 0; // Per Priv 3.3
 | 
					      STATUS_MPRV_INT <= #1 0; // Per Priv 3.3
 | 
				
			||||||
      STATUS_FS_INT <= #1 `F_SUPPORTED ? 2'b01 : 2'b00;
 | 
					      STATUS_FS_INT <= #1 `F_SUPPORTED ? 2'b00 : 2'b00; // leave floating-point off until activated, even if F_SUPPORTED
 | 
				
			||||||
      STATUS_MPP <= #1 0; 
 | 
					      STATUS_MPP <= #1 0; 
 | 
				
			||||||
      STATUS_SPP <= #1 0; 
 | 
					      STATUS_SPP <= #1 0; 
 | 
				
			||||||
      STATUS_MPIE <= #1 0; 
 | 
					      STATUS_MPIE <= #1 0; 
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user