forked from Github_Repos/cvw
		
	fix break to simulation testbench
This commit is contained in:
		
							parent
							
								
									52dcd63d1e
								
							
						
					
					
						commit
						319a1b9161
					
				@ -403,7 +403,7 @@ module DCacheFlushFSM
 | 
			
		||||
                           // these dirty bit selections would be needed if dirty is moved inside the tag array.
 | 
			
		||||
          //.dirty(testbench.dut.core.lsu.bus.dcache.dcache.CacheWays[way].dirty.DirtyMem.RAM[index]),
 | 
			
		||||
          //.dirty(testbench.dut.core.lsu.bus.dcache.dcache.CacheWays[way].CacheTagMem.RAM[index][`PA_BITS+tagstart]),
 | 
			
		||||
          .data(testbench.dut.core.lsu.bus.dcache.dcache.CacheWays[way].word[cacheWord].CacheDataMem.RAM[index]),
 | 
			
		||||
          .data(testbench.dut.core.lsu.bus.dcache.dcache.CacheWays[way].word[cacheWord].wordram.CacheDataMem.RAM[index]),
 | 
			
		||||
          .index(index),
 | 
			
		||||
          .cacheWord(cacheWord),
 | 
			
		||||
          .CacheData(CacheData[way][index][cacheWord]),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user