mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Fixed another bug with the branch logger.
This commit is contained in:
		
							parent
							
								
									6afd7f4fac
								
							
						
					
					
						commit
						5c83de4c46
					
				| @ -485,7 +485,7 @@ logic [3:0] dummy; | ||||
|         string direction; | ||||
|         int    file; | ||||
| 		logic  PCScrM; | ||||
| 		flopenrc #(1) PCSrcMReg(clk, reset, FlushM, ~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 | ||||
|           file = $fopen("branch.log", "w"); | ||||
|         always @(posedge clk) begin | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user