##// 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
First Init, flexer seems ok -> it generates a flat list of tokens.
r0 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](https://hephaistos.lpp.polytechnique.fr/redmine/projects/VHDL_tools/wiki)
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
```Bash
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](mailto:alexis.jeandet@member.fsf.org) or repport an issue [here](https://hephaistos.lpp.polytechnique.fr/redmine/projects/kicadtools/issues)