-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
98 changed files
with
4,503 additions
and
924 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,4 +1,12 @@ | ||
.. _DOCCOV: | ||
|
||
Documentation Coverage | ||
###################### | ||
|
||
.. todo:: Write Documentation Coverage introduction. | ||
Documentation coverage measures the presence of code documentation. It primarily counts for public language entities | ||
like publicly visible constants and variables, parameters, types, functions, methods, classes, modules, packages, etc. | ||
The documentation goal depends on the used coverage collection tool's settings. E.g. usually, private language entities | ||
are not required to be documented. | ||
|
||
The documentation coverage metric in percent is a ratio of documented language entity versus all documentation worthy | ||
langauge entities. A coverage of <100% indicates undocumented code. |
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,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 |
Oops, something went wrong.