Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/denisgav/hdl_light_tools
- Owner: denisgav
- Created: 2014-11-10T18:42:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T19:10:15.000Z (almost 10 years ago)
- Last Synced: 2023-02-26T21:31:31.961Z (almost 2 years ago)
- Language: C#
- Size: 1.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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").