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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file erroranalyzer-2.1.0-py3.tar.gz
.
File metadata
- Download URL: erroranalyzer-2.1.0-py3.tar.gz
- Upload date:
- Size: 432.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 875b918b8e1ff72613efc8835e0227a5f0ff8593f96516c827a49f708600a085 |
|
MD5 | bbe513387335ee0247946b7d8a4fcb10 |
|
BLAKE2b-256 | 370651dbb402b5b78bf120dc37e3fb17e0c045ba0aee6136d3633df06d6093e3 |