mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Modified LSU to support DTIM without CSRs.
This commit is contained in:
		
							parent
							
								
									a5c15fd801
								
							
						
					
					
						commit
						b2f71b8255
					
				| @ -192,7 +192,8 @@ module lsu ( | ||||
|     assign {LoadPageFaultM, StoreAmoPageFaultM} = '0; | ||||
|     assign PAdrM = IHAdrM[`PA_BITS-1:0]; | ||||
|     assign CacheableM = '1; | ||||
|     assign SelDTIM = '0; // if no pma then always select the bus or cache.
 | ||||
|     assign SelDTIM = `DTIM_SUPPORTED & ~`BUS; // if no pma then select dtim if there is a DTIM.  If there is 
 | ||||
|     // a bus then this is always 0. Cannot have both without PMA.
 | ||||
|   end | ||||
|    | ||||
|   /////////////////////////////////////////////////////////////////////////////////////////////
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user