Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Sep 29, 2024
1 parent ce1c71d commit 81d1c9a
Show file tree
Hide file tree
Showing 13 changed files with 1,226 additions and 92 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ jobs:
- PublishCoverageResults
- PublishToGitHubPages
# - PublishOnPyPI
- IntermediateCleanUp
with:
package: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).package_all }}
remaining: |
Expand Down
17 changes: 17 additions & 0 deletions doc/Logging/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.. _LOGGING:

EDA Tool Logs
#############

* Simulation logs
* Synthesis logs
* Implementation logs

.. rubric:: Goals

* structured machine readable logs with labeling and classifications
* extract resource utilisation
* extract timing results
* extract warnings, critical warnings, errors
* check for critical behavior (e.g. generated latches, unreachable states, ...)
* log filtering
Loading

0 comments on commit 81d1c9a

Please sign in to comment.