Skip to main content

ErrorAnalyzer is the EDA tool of choice to understand and find simulation failures faster

Project description

erroranalyzer

This package is a Python wrapper to call the ErrorAnalyzer shared library.


To import the package with the necessary functions and classes write:

from erroranalyzer import eaAnalyzer, eaAnalyzersFinal

Creating your first analyzer is as easy as doing:

# Create the first analyzer, 8 Bit, unsigned
my_analyzer = eaAnalyzer("Analyzer 1", 8, False)

To add samples to your analyzer call the function:

my_analyzer.add_sample(data_read=1, data_expected=2, time=1000)

At the end print the final report:

eaAnalyzersFinal()

Environment Variables

Set EA_ROOT to point to the directory containing the license file. Otherwise the trial version will be used.

Set EA_CONFIG to point to the directory containing the config file. Otherwise the standard configuration will be used.

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

erroranalyzer-2.2.01.tar.gz (432.1 kB view hashes)

Uploaded Source

Built Distribution

erroranalyzer-2.2.01-py3-none-any.whl (433.1 kB view hashes)

Uploaded Python 3

Supported by

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