mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Add a comment to explain a detail
This commit is contained in:
		
							parent
							
								
									892dfd5a9b
								
							
						
					
					
						commit
						3717699ad9
					
				@ -68,6 +68,7 @@ module icache(
 | 
			
		||||
 | 
			
		||||
    rodirectmappedmem #(.LINESIZE(ICACHELINESIZE), .NUMLINES(ICACHENUMLINES), .WORDSIZE(`XLEN)) cachemem(
 | 
			
		||||
        .*,
 | 
			
		||||
        // Stall it if the pipeline is stalled, unless we're stalling it and we're ending our stall
 | 
			
		||||
        .stall(StallF && (~ICacheStallF || ~EndFetchState)),
 | 
			
		||||
        .flush(FlushMem),
 | 
			
		||||
        .ReadUpperPAdr(ICacheMemReadUpperPAdr),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user