mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Removed unnecessary monitor
This commit is contained in:
		
							parent
							
								
									a0504fd70c
								
							
						
					
					
						commit
						9b7e5cec1f
					
				@ -53,8 +53,6 @@ module csrsr (
 | 
			
		||||
  logic STATUS_MPIE, STATUS_SPIE, STATUS_UBE, STATUS_SBE, STATUS_MBE;
 | 
			
		||||
  logic nextMBE, nextSBE;
 | 
			
		||||
  
 | 
			
		||||
  initial $monitor("QEMU=%0d STATUS_SXL=%0d STATUS_UXL=%0d", `QEMU, STATUS_SXL, STATUS_UXL);
 | 
			
		||||
 | 
			
		||||
  // STATUS REGISTER FIELD
 | 
			
		||||
  // See Privileged Spec Section 3.1.6
 | 
			
		||||
  // Lower privilege status registers are a subset of the full status register
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user