mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
Fixed typo in testbench branch logger.
This commit is contained in:
parent
5c83de4c46
commit
49a7d10914
@ -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