ITIM supports PutPartial
This commit is contained in:
		
				
					committed by
					
						 Yunsup Lee
						Yunsup Lee
					
				
			
			
				
	
			
			
			
						parent
						
							398600d4da
						
					
				
				
					commit
					1b3b228790
				
			| @@ -47,6 +47,7 @@ class ICache(val latency: Int, val hartid: Int)(implicit p: Parameters) extends | |||||||
|         regionType      = RegionType.UNCACHED, |         regionType      = RegionType.UNCACHED, | ||||||
|         executable      = true, |         executable      = true, | ||||||
|         supportsPutFull = TransferSizes(1, wordBytes), |         supportsPutFull = TransferSizes(1, wordBytes), | ||||||
|  |         supportsPutPartial = TransferSizes(1, wordBytes), | ||||||
|         supportsGet     = TransferSizes(1, wordBytes), |         supportsGet     = TransferSizes(1, wordBytes), | ||||||
|         fifoId          = Some(0))), // requests handled in FIFO order |         fifoId          = Some(0))), // requests handled in FIFO order | ||||||
|       beatBytes = wordBytes, |       beatBytes = wordBytes, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user