-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] dashboard and ci docs (#1384)
* dashboard and ci docs --------- Signed-off-by: luarss <[email protected]> Signed-off-by: Vitor Bandeira <[email protected]> Co-authored-by: Vitor Bandeira <[email protected]>
- Loading branch information
1 parent
845d65e
commit 7db5d2c
Showing
6 changed files
with
62 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# OpenROAD QoR and CI Metrics | ||
|
||
## OpenROAD Dashboard | ||
|
||
The [OpenROAD Dashboard](QoRDashboard.md) provides an easy way to explore | ||
Quality-of-Results (QoR) over time and describes flow-QoR metrics, such as timing, area, power, etc. | ||
|
||
## Jenkins CI | ||
|
||
We use Jenkins as our continuous integration (CI) tool. | ||
You may use it to find out metrics regarding regression tests. | ||
See more about accessing and taking advantage of our CI [here](Jenkins.md). |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Jenkins Continuous Integration | ||
|
||
The Jenkins website is at [https://jenkins.openroad.tools/](https://jenkins.openroad.tools/). | ||
For an in-depth tutorial on how to access the CI metrics, please see | ||
the [link](https://docs.google.com/presentation/d/1kWHLjUBFcd0stnDaPNi_pt9WFrrsR7tQ95BGhT1yOvw/) | ||
|
||
```{Note} | ||
This document is not static is constantly being updated due to changes | ||
in the functionality of Jenkins. | ||
``` |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Using the OpenROAD Dashboard to track and analyze Quality of Results | ||
|
||
The metrics dashboard [(https://dashboard.theopenroadproject.org/)](https://dashboard.theopenroadproject.org/) | ||
is tailored for RTL-to-GDS flow stages, targeting different designs across | ||
various platforms. The dashboard comprises two main pages: the trends | ||
page and the comparison page. | ||
|
||
## Trends | ||
|
||
The trends page allows users to visualize metric trends through | ||
interactive graphs, enabling the selection of platforms, designs, | ||
and metrics for each platform. This feature aids in tracking the | ||
fluctuations of metrics over time. | ||
|
||
![Trends](../images/trends.webp) | ||
|
||
## Comparison | ||
|
||
The comparison page lets users compare metrics between branches | ||
or commits for a specific platform and its designs. The comparison is | ||
shown as a table showcasing the differences between the | ||
base source and the test source. This page also offers deeper insights, | ||
like the platform summary table that presents statistical trends for | ||
different designs within a platform and a summary table that | ||
provides insights for the set of selected designs, with added | ||
functionality for filtering. | ||
|
||
![Comparison](../images/comparison.webp) | ||
|
||
These pages combine to create a comprehensive dashboard facilitating | ||
data-driven decision-making and performance optimization in the | ||
design flow. |