Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop a tool to gather logs #4

Open
dpretet opened this issue Oct 20, 2024 · 0 comments
Open

Develop a tool to gather logs #4

dpretet opened this issue Oct 20, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dpretet
Copy link
Owner

dpretet commented Oct 20, 2024

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 dpretet self-assigned this Oct 20, 2024
@dpretet dpretet added the enhancement New feature or request label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant