forked from Github_Repos/cvw
		
	Fixed icache pcmux control for handling miss spill miss.
This commit is contained in:
		
							parent
							
								
									44ea58b771
								
							
						
					
					
						commit
						52e4c49bbb
					
				@ -284,7 +284,7 @@ module icachecontroller #(parameter LINESIZE = 256) (
 | 
			
		||||
	  NextState = STATE_MISS_FETCH_WDV;
 | 
			
		||||
	end else if (~hit & spill) begin
 | 
			
		||||
	  CntReset = 1'b1;
 | 
			
		||||
	  PCMux = 2'b10;
 | 
			
		||||
	  PCMux = 2'b01;
 | 
			
		||||
	  NextState = STATE_MISS_SPILL_FETCH_WDV;
 | 
			
		||||
	end else begin
 | 
			
		||||
          NextState = STATE_READY;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user