svlogger
svlogger copied to clipboard
Develop a tool to gather logs
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.