Tidy up tracing options, including using RVFI when building for bluesim

(which I'm sure we had meant to be doing?).
This commit is contained in:
Jonathan Woodruff
2023-06-23 13:09:38 +00:00
parent c1f631eed3
commit 3ebf537f71
5 changed files with 9 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ module mkLLC_AXi4_Adapter #(MemFifoClient #(idT, childT) llc)
);
// Verbosity: 0: quiet; 1: LLC transactions; 2: loop detail
Integer verbosity = 2;
Integer verbosity = 0;
Reg #(Bit #(4)) cfg_verbosity <- mkConfigReg (fromInteger (verbosity));
// ================================================================