forked from Github_Repos/cvw
		
	Fixed bug in the branch logger.
This commit is contained in:
		
							parent
							
								
									65a31381da
								
							
						
					
					
						commit
						8e73f6b467
					
				@ -485,7 +485,7 @@ logic [3:0] dummy;
 | 
			
		||||
        string direction;
 | 
			
		||||
        int    file;
 | 
			
		||||
		logic  PCScrM;
 | 
			
		||||
		flopenrc #(1) PCSrcMReg(clk, reset, FlushM, dut.core.ifu.bpred.bpred.Predictor.DirPredictor.PCSrcE, PCSrcM);
 | 
			
		||||
		flopenrc #(1) PCSrcMReg(clk, reset, FlushM, ~StallM, dut.core.ifu.bpred.bpred.Predictor.DirPredictor.PCSrcE, PCSrcM);
 | 
			
		||||
        initial
 | 
			
		||||
          file = $fopen("branch.log", "w");
 | 
			
		||||
        always @(posedge clk) begin
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user