Reusable Python utilities for hardware-aware optimization and design automation.
- intermediate representation (IR) system
- Xilinx tool backend
- Xilinx report parser
- Intel tool backend
- Intel report parser
- Python 3.6+ and corresponding
pip
How to install Python 3.6+ on Ubuntu 18.04+ and CentOS 7?
sudo apt install python3 python3-pipsudo yum install python3 python3-pippython3 -m pip install --user --upgrade haodapython3 setup.py install --userpython3 -m pip install --editable .