Fixed typo in testbench branch logger.

This commit is contained in:
Ross Thompson 2023-01-29 01:00:52 -06:00
parent 5c83de4c46
commit 49a7d10914

View File

@ -484,7 +484,7 @@ logic [3:0] dummy;
if (`BPRED_LOGGER) begin
string direction;
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);
initial
file = $fopen("branch.log", "w");