Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denisgav/hdl_antlr4
C# projects that use ANTLR4 library to analyse VHDL and Verilog code
https://github.com/denisgav/hdl_antlr4
Last synced: about 1 month ago
JSON representation
C# projects that use ANTLR4 library to analyse VHDL and Verilog code
- Host: GitHub
- URL: https://github.com/denisgav/hdl_antlr4
- Owner: denisgav
- Created: 2014-11-19T15:21:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-28T20:23:46.000Z (almost 10 years ago)
- Last Synced: 2023-02-26T21:31:32.010Z (almost 2 years ago)
- Language: C#
- Size: 5.91 MB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HDL ANTLR
It's a set of tools for VHDL/Verilog parsing, dynamic compilation and simulation.
Today, the repository contain following components:
* **VHDL** - syntax/semantic model of the VHDL language
* **VHDL_ANTLR4** - parsing of VHDL and building of model
* **Verilog_ANTLR4** - Verilog parsing
* **VHDLCompiler**
* **VHDLInputGenerators**
* **VHDLOutput**
* **VHDLRuntime**
* **ParserSample**
* **ModelingSystemTest**### Contribution
Currently, solution can be built with Visual Studio. NuGet package manager is required.
How to build:
* VS 2013 - just open solution and build it.
* VS 2010 - it has some problems with packages restore and further grammar generation, so you can:
* run *restore.cmd* to restore packages, then open solution and build it
* open solution, then build(it will get a lot of errors), then close it and open again, and build
* MSBuild command line - run *build.cmd*