Post-processing of EDA Tool outputs (log files).
Project description
Main Goals
- Live and offline parsing and classification of message lines from tool outputs.
- Provide a data model for tool specific log files.
- Extract values, lists and tables of embedded reports or summaries.
- Implement checks and policies.
Use Cases
- Write colorized logs to CI server logs or to shells based on classification.
- Increase or decrease the severity level of message.
- List messages of a certain kind (e.g. unused sequential elements).
- Check for existence / non-existence of messages or outputs (e.g. latches).
- Collect statistics and convert to datasets for a time series database (TSDB).
Examples
from pathlib import Path
from pyEDAA.OutputFilter.Xilinx.SynthesizeDesign import Processor
logfile = Path("tests/data/Stopwatch/toplevel.vds")
processor = Processor(logfile)
processor.Parse()
print(f"CRITICAL WARNING Messages ({len(processor.CriticalWarningMessages)}):")
for message in processor.CriticalWarningMessages:
print(f" {message}")
Contributors
- Patrick Lehmann (Maintainer)
- Unai Martinez-Corral
- and more...
License
This Python package (source code) is licensed under Apache License 2.0. The accompanying documentation is licensed under Creative Commons - Attribution 4.0 (CC-BY 4.0).
SPDX-License-Identifier: Apache-2.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyedaa_outputfilter-0.5.0.tar.gz
(33.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyedaa_outputfilter-0.5.0.tar.gz.
File metadata
- Download URL: pyedaa_outputfilter-0.5.0.tar.gz
- Upload date:
- Size: 33.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0faeea097cca0ee28ebed69b5d7bec651d2d8cc4f7046d4873253173c60e970
|
|
| MD5 |
2b8f585f021dfbba39a810a0489ef001
|
|
| BLAKE2b-256 |
fcc1d31692c1a8489b48b67f93ec12ec27ab9175a3b3c5df8e4caaefdad5e5a6
|
File details
Details for the file pyedaa_outputfilter-0.5.0-py3-none-any.whl.
File metadata
- Download URL: pyedaa_outputfilter-0.5.0-py3-none-any.whl
- Upload date:
- Size: 43.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3308a151e34663ccf1277927ea3b8a247b8c52b04b0959647c344dbddf9d8b81
|
|
| MD5 |
7b7fc8dcdff1b65b993c074b346752cd
|
|
| BLAKE2b-256 |
1cfef84effcab8cda7c245ad55a358b602c23e9a4483da732f64bfed03aaf4af
|