removed debug prints

This commit is contained in:
2026-01-27 19:07:31 +00:00
parent 8097b5cd3d
commit aa0f7c69a7
6 changed files with 168 additions and 43 deletions

View File

@@ -330,7 +330,8 @@ interface StatsCsr;
endinterface
module mkStatsCsr(StatsCsr);
Reg#(Bool) doStats <- mkConfigReg(False);
// Seeting CSR stat to true
Reg#(Bool) doStats <- mkConfigReg(True);
FIFO#(Bool) writeQ <- mkFIFO1;