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
8e73f6b467
commit
f62fbedbe8
@ -485,7 +485,7 @@ logic [3:0] dummy;
|
|||||||
string direction;
|
string direction;
|
||||||
int file;
|
int file;
|
||||||
logic PCScrM;
|
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
|
initial
|
||||||
file = $fopen("branch.log", "w");
|
file = $fopen("branch.log", "w");
|
||||||
always @(posedge clk) begin
|
always @(posedge clk) begin
|
||||||
|
Loading…
Reference in New Issue
Block a user