sphinx-vhdl icon indicating copy to clipboard operation
sphinx-vhdl copied to clipboard

Add support to procedure type in package/entity

Open yangyt96 opened this issue 9 months ago • 0 comments

package math_pack is
    -- This function calculates the base 2 logarithm of a number.
    --     a : in unsigned
    --         The number of which to calculate the logarithm
    procedure my_procedure (a : unsigned);


end package math_pack;

A wish same as the title.

yangyt96 avatar May 13 '25 09:05 yangyt96