[Modified] fix bug & pass pref test on board
This commit is contained in:
BIN
lacpu/doc/mycpu性能计算.xlsx
Normal file
BIN
lacpu/doc/mycpu性能计算.xlsx
Normal file
Binary file not shown.
@@ -35,7 +35,7 @@ module pip_ctrl(
|
||||
end
|
||||
else if (stallreq_es) begin
|
||||
flush = 0;
|
||||
stall = `StallBus'b011111;
|
||||
stall = `StallBus'b111111;
|
||||
end
|
||||
// else if(stallreq_cache) begin
|
||||
// flush = 0;
|
||||
|
||||
Reference in New Issue
Block a user