You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
OS: Windows 11
VSCode version version: 1.95.2
TerosHDL version: 6.0.14
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: