Metadata-Version: 2.2
Name: odatix
Version: 3.3.0
Summary: A FPGA/ASIC toolbox for design space exploration
Home-page: https://github.com/jsaussereau/Asterism
Author: Jonathan Saussereau
Author-email: jonathan.saussereau@ims-bordeaux.fr
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: dash
Requires-Dist: Flask
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: plotly
Requires-Dist: PyYAML
Requires-Dist: waitress
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Odatix

[![GitHub](https://img.shields.io/badge/GitHub-Odatix-blue.svg?logo=github)](https://github.com/jsaussereau/Odatix)
[![PyPi Package](https://img.shields.io/pypi/v/odatix)](https://pypi.org/project/odatix/)
[![cite](https://img.shields.io/badge/cite-DOI%3A10.1016/j.softx.2024.101970-green)](https://www.sciencedirect.com/science/article/pii/S2352711024003406)
[![GitHub License](https://img.shields.io/github/license/jsaussereau/Odatix)](https://github.com/jsaussereau/Odatix/blob/main/LICENSE)
[![Documentation Status](https://readthedocs.org/projects/odatix/badge/?version=latest)](https://odatix.readthedocs.io)

**Odatix** is a toolbox designed to facilitate logical synthesis of configurable designs on various FPGA and ASIC tools such as Vivado, OpenLane, and Design Compiler. 
It allows to easily find the maximum operating frequency of any digital architecture described with an HDL (VHDL, Verilog, SystemVerilog, Chisel).

The primary feature of this toolbox lies in its capability to compare different architectural configurations using parameter files. 
With Odatix, users can effortlessly explore different architectural configurations and evaluate their performance based on numerous metrics including Fmax, hardware resource utilization, power consumption, and more.

Odatix also enables parallel simulations of different configurations of the same design. This is useful both for validation and for comparing configurations, as with benchmarks. 

## Key Features

- Synthesis: Easily conduct logical synthesis on diverse FPGA and ASIC tools for various targets.
- Architecture Comparison: Easily compare architectural configurations using parameters.
- Fmax search: Find the maximum frequency of the design on a specific target.
- Simulation: Run simulations for each configuration of your design.
- Interactive Results Exploration: Visualize, compare, and explore architecture implementation results based on various metrics for each target.

## Supported EDA tools

Please note that these tools are not included in Odatix and must be obtained separately.

### Synthesis


| EDA Tool                                                       | Status              |
| :------------------------------------------------------------- | :------------------ |
| AMD Vivado                                                     | ✔️ supported        |
| Synopsys Design Compiler                                       | ✔️ supported        |
| [OpenLane 1](https://github.com/The-OpenROAD-Project/OpenLane) | ✔️ supported        |
| Intel Quartus Prime                                            | 📅 planned          |

### Simulation

Virtually any simulator! Check out the section [Add your own simulation](https://odatix.readthedocs.io/en/latest/userguide/add_simulation.html) for more information.

Odatix includes examples for Verilator and GHDL.

## Contents

- [Installation](https://odatix.readthedocs.io/en/latest/userguide/installation.html)
- [Quick start](https://odatix.readthedocs.io/en/latest/userguide/quick_start.html)
- [Add your own design](https://odatix.readthedocs.io/en/latest/userguide/add_design.html)
- [Add your own simulation](https://odatix.readthedocs.io/en/latest/userguide/add_simulation.html)
- [Useful commands](https://odatix.readthedocs.io/en/latest/documentation/commands.html)
- [Settings documentation](https://odatix.readthedocs.io/en/latest/documentation/settings.html)

  
## Contact

For any inquiries or support, feel free to contact me at jonathan.saussereau@ims-bordeaux.fr.

*Note: Odatix is under active development, and we appreciate your feedback and contributions to make it even more powerful and user-friendly.*
