HDLUtils / hdlregression

MIT License
15 stars 5 forks source link

HDLRegression FPGA regression test runner

Getting started

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:

  1. import sys
  2. sys.path.append()

For more information see the HDLRegression PDF, HTML or RST_ in the /doc folder.

.. _PDF: doc/hdlregression.pdf

.. _HTML: doc/src/_build/html/index.html

.. _RST: doc/src/_build/index.rst