Quickstartο
Installing PyHDL-IFο
Itβs easiest to install PyHDL-IF as a binary package from PyPi:
% pip install pyhdl-if
Installing PyHDL-IF from Sourceο
Installing PyHDL-IF from source requires the installation of three Python packages that are only used during the build process:
% pip install cxxheaderparser pcpp ivpm
Once these pre-requisites are installed, the package can be built using the following command:
% python3 setup.py build_ext --inplace