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