Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.59 KB

index.rst

File metadata and controls

63 lines (44 loc) · 1.59 KB

EDA Analytics Central - User Documentation

EDAAC is a Python package to collect, store and analyze data coming out of EDA (Electronic Design Automation) Flows.

$ pip install -U edaac
:doc:`tutorial`
A quick tutorial extracting Design Rule Violations (DRVs) from Cadence Innovus log file to get you up and running with EDAAC.
:doc:`guide/index`
The Full guide to EDAAC --- from collecting metrics to storing them, from querying data to advanced analytics and everything in-between.
:doc:`license`
EDAAC is open-source under BSD-3 license.
:doc:`feedback`
EDAAC is community-driven. Please, share with us your feedback and feature requests.

Community

To get help with using EDAAC, use the GitHub Issues and label the issue with question.

Contributing

Yes please!

EDAAC is a young project and we are looking for contributions, additions and improvements.

The source is available on GitHub and contributions are always encouraged. Contributions can be as simple as minor tweaks to this documentation, API names, or event the core architecture.

To contribute, fork the project on GitHub and send a pull request.

.. toctree::
   :maxdepth: 1
   :caption: Contents:
   :numbered:
   :hidden:

   tutorial
   guide/index
   license
   feedback


Indices and tables