##// END OF EJS Templates
Work in progress.
Work in progress.

File last commit:

r0:0a6f571607b8 default
r2:f40b36fd7205 tip default
Show More
README.md
39 lines | 1.0 KiB | text/x-minidsrc | MarkdownLexer

VHDL Tools

TODO:desc

Licensing

VHDL Tools is provided under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Wiki

More details here

How to build

To build it on linux you can look here https://hephaistos.lpp.polytechnique.fr/redmine/projects/VHDL_tools/wiki/Linux_setup

If you can't access to it, first you will need a working qt5 kit with all the development packages. Step 1: Get and install VHDL tools

  hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/VHDL_tools VHDL_tools
  cd VHDL_tools
  qmake-qt5
  make
  sudo make install

Bug repports

To repport any bug you can either send a mail or repport an issue here