This extension analyzes the workspace for VHDL, Qsys and _hw.tcl files to generate an architecture outline for easy navigation.
Creates an outline. Can create hierarchy image using graphviz. requires dot command to be in path.
This extension contributes the following settings:
VHDL-hierarchy.TopLevelFile
: Relative path (from workspace root) to the top level file
No error reporting and fragile parsing of VHDL, Qsys and _hw.tcl files. No support for libraries. stil outputting debug information.
Added hierarchy image generator using graphviz dot.
Initial release.