HDLRegression can be installed as a local Python3 package running in developer mode using the following command in the HDLRegression folder:
$ python -m pip install -e .
Or, used without package installation (not recommended), but by adding HDLRegression to the Python PATH inside the regression script:
- import sys
- sys.path.append(<path_to_hdlregression_folder>)
For more information see the HDLRegression PDF, HTML or RST in the /doc folder.