Skip to content

The autoconsts is not supported in package type #19

@yangyt96

Description

@yangyt96
-- This package provides basic mathematic functions utilised all through
-- the design
package math_pack is
    -- This function calculates the base 2 logarithm of a number.
    --
    -- .. vhdl:parameters:: log2
    --
    --     a : in unsigned
    --         The number of which to calculate the logarithm
    function log2  (a : unsigned) return integer;



    -- Width of counter
    constant CNT_WIDTH_A : natural := 8;


end package math_pack;
.. vhdl:autoconstants:: math_pack

The issue is same as the topic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions