TerosTechnology / vscode-terosHDL

VHDL and Verilog/SV IDE: state machine viewer, linter, documentation, snippets... and more!
https://terostechnology.github.io/terosHDLdoc/
GNU General Public License v3.0
571 stars 46 forks source link

Auto documentation bugs/wrong documentation for VHDL #704

Open ArnePret opened 1 week ago

ArnePret commented 1 week ago

Official Documentation: https://terostechnology.github.io/terosHDLdoc/docs/guides/documenter/vhdl_elements https://terostechnology.github.io/terosHDLdoc/docs/guides/documenter/virtual_bus

To Reproduce The virtualbus feature is only partially working in VHDL. The @keepports is added to the comment, instead of keeping the ports. --! @virtualbus ControlInterface @keepports i_sl_Control1 : in std_logic; i_sl_Control2 : in std_logic; --! @end

image image

According to the documentation on terostechnology.github.io Instances should be supported for VHDL Auto Documentation, but they don't appear in the generated output.

Please complete the following information: