Reduce verbosity.
This commit is contained in:
@@ -162,7 +162,7 @@ module mkMMIOPlatform #(Vector#(CoreNum, MMIOCoreToPlatform) cores,
|
||||
|
||||
provisos (Bits #(Data, 64)); // this module assumes Data is 64-bit wide
|
||||
|
||||
Integer verbosity = 2;
|
||||
Integer verbosity = 0;
|
||||
|
||||
// mtimecmp
|
||||
Vector#(CoreNum, Reg#(Data)) mtimecmp <- replicateM(mkReg(0));
|
||||
|
||||
@@ -239,7 +239,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