Skip to main content

Post-processing of EDA Tool outputs (log files).

Project description

Sourcecode on GitHub Sourcecode License Documentation Documentation License
PyPI PyPI - Status PyPI - Python Version
GitHub Workflow - Build and Test Status Libraries.io status for latest release Codacy - Quality Codacy - Coverage Codecov - Branch Coverage

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

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.7.1.tar.gz (43.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyedaa_outputfilter-0.7.1-py3-none-any.whl (53.2 kB view details)

Uploaded Python 3

File details

Details for the file pyedaa_outputfilter-0.7.1.tar.gz.

File metadata

  • Download URL: pyedaa_outputfilter-0.7.1.tar.gz
  • Upload date:
  • Size: 43.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pyedaa_outputfilter-0.7.1.tar.gz
Algorithm Hash digest
SHA256 75e4e8c56e8d813af35ef14ba9c62ff59ca85b44349174a82049d8e4742637c2
MD5 fae5d423c1da0d3861056e5b43dd001a
BLAKE2b-256 5bc002225d5d738b5d33cb4705444c88a17b8f665b0edcf3b2f3bd159733c16d

See more details on using hashes here.

File details

Details for the file pyedaa_outputfilter-0.7.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pyedaa_outputfilter-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8b420c46e2c638e71c7ef6a2b16b49ca1882f5bff7dd2373a669a86b62a590cb
MD5 4ce2abf3766b8deed06b2b2ece23644c
BLAKE2b-256 453d307ad2910dedc94d05dab7cf9b3ab4f5ce2014544255a0164f9185d2bb10

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page