Hardware-aware optimization and design automation


License
MIT
Install
pip install haoda==0.0.20200429.dev1

Documentation

Hardware-Aware Optimization and Design Automation

Reusable Python utilities for hardware-aware optimization and design automation.

Feature Synopsis

  • intermediate representation (IR) system
  • Xilinx tool backend
  • Xilinx report parser
  • Intel tool backend
  • Intel report parser

Getting Started

Prerequisites

  • Python 3.6+ and corresponding pip
How to install Python 3.6+ on Ubuntu 18.04+ and CentOS 7?

Ubuntu 18.04+

sudo apt install python3 python3-pip

CentOS 7

sudo yum install python3 python3-pip

Installing from PyPI

python3 -m pip install --user --upgrade haoda

Installing from Source

python3 setup.py install --user

Installing for Development

python3 -m pip install --editable .