Skip to content

Quentin-Tual/Hyle

Repository files navigation

Hyle

This project is a VHDL subset parser. It aims to give an AST which can be used in many different other projects.

For the moment, the VHDL subset "parsable" with this tool includes :

  • Entity declaration
    • generic declaration
    • port declaration
  • Architecture declaration (no component declaration)
    • component instanciation (with explicit associations)
      • port map
      • generic map
    • Entity port assignment (without operations)

About

VHDL subset parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published