svlogger icon indicating copy to clipboard operation
svlogger copied to clipboard

Develop a tool to gather logs

Open dpretet opened this issue 1 year ago • 0 comments

In complex systems using SVLogger, many log reports can be dropped. For instance, a cache could drop logs for the inner memory, the write path and the read path, making difficult to navigate and debug the circuit.

A tool could be developed to gather all log reports and provide a global report, ordered by time to better and faster understand the events occurring in the simulation. It could be a basic script, relying on time and new line or maybe a more advanced based on a DPI and a tool like SQLite to store the logs and a front-end to render the final report.

dpretet avatar Oct 20 '24 07:10 dpretet