Skip to content

Commit 2d313f0

Browse files
authored
v0.2.0
2 parents 2313326 + c26c558 commit 2d313f0

14 files changed

Lines changed: 1491 additions & 614 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,18 @@
2727

2828
# Main Goals
2929

30-
* Analyze text outputs from CLI of EDA tools.
31-
* Filter and categorize by severity (*info*, *warning*, *error*, *fatal*, ...).
32-
* Extract information from e.g. OSVVM logs, VUnit logs, ...
30+
* Live and offline parsing and classification of message lines from tool outputs.
31+
* Provide a data model for tool specific log files.
32+
* Extract values, lists and tables of embedded reports or summaries.
33+
* Implement checks and policies.
3334

3435
# Use Cases
3536

36-
* *tbd*
37+
* Write colorized logs to CI server logs or to shells based on classification.
38+
* Increase or decrease the severity level of message.
39+
* List messages of a certain kind (e.g. unused sequential elements).
40+
* Check for existence / non-existence of messages or outputs (e.g. latches).
41+
* Collect statistics and convert to datasets for a time series database (TSDB).
3742

3843
# Examples
3944

doc/Dependency.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ the mandatory dependencies too.
100100
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
101101
| `mypy <https://GitHub.com/python/mypy>`__ | ≥1.16 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
102102
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
103-
| `typing-extensions <https://GitHub.com/python/typing_extensions>`__ | ≥4.13 | `PSF-2.0 <https://github.com/python/typing_extensions/blob/main/LICENSE>`__ | *Not yet evaluated.* |
103+
| `typing-extensions <https://GitHub.com/python/typing_extensions>`__ | ≥4.14 | `PSF-2.0 <https://github.com/python/typing_extensions/blob/main/LICENSE>`__ | *Not yet evaluated.* |
104104
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
105105
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥5.4 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
106106
+---------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+

doc/Xilinx/Vivado-Implementation.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,17 @@ Implementation duration
7373
=======================
7474

7575

76+
.. _XIL/Vivado/Impl/Policies:
77+
78+
Policies
79+
********
80+
81+
Timing Closure
82+
==============
83+
84+
Timing 38-282
85+
86+
7687
.. _XIL/Vivado/Impl/Steps:
7788

7889
Processing Steps

0 commit comments

Comments
 (0)