Skip to content

maleiter/hdlregression

 
 

Repository files navigation

HDLRegression FPGA regression test runner

Getting started

HDLRegression can be installed as a local Python3 package running these two commands in the HDLRegression folder:

$ python setup.py build

$ python setup.py develop

Or, used without package installation, but by adding HDLRegression to the Python PATH inside the regression script:

  1. import sys
  2. sys.path.append(<path_to_hdlregression_folder>)

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.6%
  • VHDL 3.4%
  • Verilog 2.8%
  • SystemVerilog 0.2%