forked from Github_Repos/cvw
		
	Removed unused swbytemask from CLINT
This commit is contained in:
		
							parent
							
								
									96a75d7749
								
							
						
					
					
						commit
						9b6d9666c5
					
				@ -58,8 +58,6 @@ module clint_apb (
 | 
				
			|||||||
  if (`XLEN==64) assign #2 entry = {PADDR[15:3], 3'b000};
 | 
					  if (`XLEN==64) assign #2 entry = {PADDR[15:3], 3'b000};
 | 
				
			||||||
  else           assign #2 entry = {PADDR[15:2], 2'b00}; 
 | 
					  else           assign #2 entry = {PADDR[15:2], 2'b00}; 
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  //swbytemask swbytemask(.Size(HSIZED[1:0]), .Adr(entry[2:0]), .ByteMask(PSTRB));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  // DH 2/20/21: Eventually allow MTIME to run off a separate clock
 | 
					  // DH 2/20/21: Eventually allow MTIME to run off a separate clock
 | 
				
			||||||
  // This will require synchronizing MTIME to the system clock
 | 
					  // This will require synchronizing MTIME to the system clock
 | 
				
			||||||
  // before it is read or compared to MTIMECMP.
 | 
					  // before it is read or compared to MTIMECMP.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user