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
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.
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
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: