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
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 erroranalyzer-2.2.01.tar.gz.
File metadata
- Download URL: erroranalyzer-2.2.01.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 |
83483671675de3dbb8be5d2d6cfb90c10d6f710338e5686576b4e83a200e0d50
|
|
| MD5 |
58b7a05a7ccca69d088ae8a241498be3
|
|
| BLAKE2b-256 |
7dd4d5b52136ca1cc085f576140434d8686154200d9969a5a26a15b1ba4d4e08
|
File details
Details for the file erroranalyzer-2.2.01-py3-none-any.whl.
File metadata
- Download URL: erroranalyzer-2.2.01-py3-none-any.whl
- Upload date:
- Size: 433.1 kB
- Tags: Python 3
- 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 |
3fb18e38215c9a1697e3ec8bcf7a03e509219f096dcd86a3d1a9b1149ca8fbc3
|
|
| MD5 |
6d6ab758f108913c947fb8c3c5e83b5e
|
|
| BLAKE2b-256 |
0b0c5bc693c23a3acac879090c1bcc9fa521680a83f5f4bc6ffa01a4f927f58b
|