Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jake-ke/haoda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Hardware-Aware Optimization and Design Automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%