[Modified] pre submit file organization
This commit is contained in:
@@ -34,24 +34,11 @@ module pip_ctrl(
|
||||
flush = 0;
|
||||
stall = `StallBus'b111111;
|
||||
end
|
||||
//id段å<C2B5>‘生暂å<E2809A>œï¼Œæ¤æ—¶idå<64>Šä¹‹å‰<C3A5>æš‚å<E2809A>?
|
||||
else if (stallreq_ds) begin
|
||||
flush = 0;
|
||||
stall = `StallBus'b000111;
|
||||
end
|
||||
|
||||
// else if(stallreq_fs_for_cache) begin
|
||||
// flush = 0;
|
||||
// stall = `StallBus'b000011;
|
||||
// end
|
||||
// else if(stallreq_es_for_cache) begin
|
||||
// flush = 0;
|
||||
// stall = `StallBus'b011111;
|
||||
// end
|
||||
// else if(stallreq_cache) begin
|
||||
// flush = 0;
|
||||
// stall = `StallBus'b111111;
|
||||
// end
|
||||
|
||||
else begin
|
||||
flush = 0;
|
||||
stall = `StallBus'b000000;
|
||||
|
||||
Reference in New Issue
Block a user