Add a link to the instrumentation report from the sim flow HTML summary report#210
Merged
AlexJones0 merged 1 commit intoMay 21, 2026
Merged
Conversation
machshev
approved these changes
May 21, 2026
Collaborator
machshev
left a comment
There was a problem hiding this comment.
Thanks @AlexJones0!
Couple of nits but not major.
Add a link to the HTML instrumentation report (metrics.html) from the summary HTML report if the instrumentation report exists in the given output directory. This will combine the two different report views together for simulation runs, providing a single central index. Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
1c45a0a to
5049fd2
Compare
machshev
approved these changes
May 21, 2026
Collaborator
machshev
left a comment
There was a problem hiding this comment.
Nice, thanks @AlexJones0!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is the seventeenth of a series of PRs to introduce instrumentation reporting to DVSim.
This is intended to be merged after the visualizations have been added via the other instrumentation report PRs, but it doesn't strictly depend on them. If DVSim is run with instrumentation enabled and a report was generated, then this will place a link to that instrumentation report ("metrics.html") in the generated simulation flow report summary. The idea is to make sure that we have one central index for simulation flows from which all the generated report data can be reached.
Now, the generated simulation
index.htmlsummary report will look something like:With the
Instrumentation Reportbutton taking you to themetrics.htmlreport.