Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denisgav/hdl_light_tools

Tools for lexical, syntactic and semantic analyzing of the VHDL code. Developed for HDL-Light software.
https://github.com/denisgav/hdl_light_tools

Last synced: about 1 month ago
JSON representation

Tools for lexical, syntactic and semantic analyzing of the VHDL code. Developed for HDL-Light software.

Awesome Lists containing this project

README

        

# HDL Light Parser
Tools for lexical, syntactic and semantic analyzing of the VHDL code. Developed for HDL-Light software.

### Getting started
In order to build solution with Visual Studio, perform following steps.

1. Install ANTLR3 command line utility with NuGet:
`nuget install Antlr3 -Pre -OutputDirectory `
2. Set environment variable *ANTLR3_PATH* which should refer to subfolder with *Antlr3.exe* (usually "Antlr/tools").