Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jc-ll/vertigo
VHDL'93 VHDL parser handwritten in Ruby
https://github.com/jc-ll/vertigo
parse vhdl
Last synced: about 1 month ago
JSON representation
VHDL'93 VHDL parser handwritten in Ruby
- Host: GitHub
- URL: https://github.com/jc-ll/vertigo
- Owner: JC-LL
- License: other
- Created: 2019-03-01T15:20:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T11:17:53.000Z (2 months ago)
- Last Synced: 2024-11-19T12:42:15.515Z (2 months ago)
- Topics: parse, vhdl
- Language: VHDL
- Size: 17.2 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vertigo
VHDL parser written in Ruby.Vertigo is today able to parse a large subset of VHDL'93.
Vertigo aims at providing a managable tool for VHDL inspection and transformations.
A "tests" directory contains various VHDL files that can be parsed.
To run the test in this directory, run :
ruby run_test_parser.rb![Alt text](running test)
## How to install ?
gem install vertigo_vhdlPlease note the name ! Not vertigo, but **vertigo_vhdl**
## How to build and install from github ?
gem build vertigo.gemspec
gem install vertigo_vhdl-x.y.z.gem --local## Features :
- VHDL parsing and pretty printer
- Testbench generator
- more to come !## Contact the author !
[email protected]