Skip to content

Odatix (previously Asterism) - a FPGA/ASIC toolbox for design space exploration

License

Notifications You must be signed in to change notification settings

ElsevierSoftwareX/SOFTX-D-24-00485

 
 

Repository files navigation

Odatix

GitHub PyPi Package GitHub License Documentation Status

Odatix is a toolbox designed to facilitate logical synthesis of configurable designs on various FPGA and ASIC tools such as Vivado 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

Note

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 ✔️ supported
Intel Quartus Prime 📅 planned

Simulation

Virtually any simulator! Check out the section Add your own simulation for more information.

Odatix includes examples for Verilator and GHDL.

Contents

Contact

For any inquiries or support, feel free to contact me at [email protected].

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

About

Odatix (previously Asterism) - a FPGA/ASIC toolbox for design space exploration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.7%
  • Tcl 15.0%
  • Makefile 6.4%
  • Scala 1.6%
  • C++ 1.2%
  • CSS 1.0%
  • Other 2.1%