You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Markdown summary report generation for CLI
If a link to a directory containing an output HTML report is provided,
then the generated table will use Markdown links to the generated
reports. This is using different logic to the original DVSim in
OpenTitan, because that did not make sense, for two reasons:
1. Reports were relative to the generated Markdown file, but we no
longer write a Markdown report to disk.
2. The report structure as a whole has changed.
Instead, while we still provide the ability to customise the relative
path to report paths, if unspecified (which it is currently), we just
print CLI report links relative to the CWD.
It might be the case that this doesn't have much value in current DVSim
and so should just be removed altogether.
Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
0 commit comments