Remove some verbosity from the committed state.
This commit is contained in:
@@ -226,7 +226,7 @@ interface AluExePipeline;
|
||||
endinterface
|
||||
|
||||
module mkAluExePipeline#(AluExeInput inIfc)(AluExePipeline);
|
||||
Bool verbose = True;
|
||||
Bool verbose = False;
|
||||
Integer verbosity = 0;
|
||||
|
||||
// alu reservation station
|
||||
@@ -323,7 +323,7 @@ module mkAluExePipeline#(AluExeInput inIfc)(AluExePipeline);
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
else if(x.dInst.iType == CJALR || x.dInst.iType == Jr) begin
|
||||
let res_targets = inIfc.checkTarget(ppc);
|
||||
|
||||
@@ -252,7 +252,7 @@ interface MemExePipeline;
|
||||
endinterface
|
||||
|
||||
module mkMemExePipeline#(MemExeInput inIfc)(MemExePipeline);
|
||||
Bool verbose = True;
|
||||
Bool verbose = False;
|
||||
|
||||
// we change cache request in case of single core, becaues our MSI protocol
|
||||
// is not good with single core
|
||||
|
||||
Reference in New Issue
Block a user