mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
PHT was enabled using the wrong ~flush and ~stall.
This commit is contained in:
parent
eb9dc7e67d
commit
7f8034013d
@ -84,7 +84,7 @@ module gshare #(parameter k = 10,
|
||||
assign BPDirPredF = MatchX ? FwdNewDirPredF : TableBPDirPredF;
|
||||
|
||||
ram2p1r1wbe #(2**k, 2) PHT(.clk(clk),
|
||||
.ce1(~StallF), .ce2(~StallM & ~FlushM),
|
||||
.ce1(~StallF), .ce2(~StallW & ~FlushW),
|
||||
.ra1(IndexNextF),
|
||||
.rd1(TableBPDirPredF),
|
||||
.wa2(IndexM),
|
||||
|
Loading…
Reference in New Issue
Block a user