Skip to content

VHDL 'package name' and 'file name' inconsistencies need to be fixed #760

@dpaul24

Description

@dpaul24

Some package files under https://github.com/VUnit/vunit/tree/master/vunit/vhdl/* have inconsistencies in their package name and file name. So there is a need to modify the file names of such VHDL packages.

The following a list which needs modification.

image

Adding more...

  1. Package files under https://github.com/VUnit/vunit/tree/master/vunit/vhdl/com/src/* not having the suffix _pkg need to be renamed.

  2. VUnit/vunit/blob/master/vunit/vhdl/string_ops/src/string_ops.vhd is defined as a package but the _pkg is missing, both in the package definition and file name.

  3. VUnit/vunit/blob/master/vunit/vhdl/dictionary/src/dictionary.vhd is defined as a package but the _pkg is missing, both in the package definition and file name.

  4. VUnit/vunit/blob/master/vunit/vhdl/path/src/path.vhd is defined as a package but the _pkg is missing, both in the package definition and file name.

  5. Files under VUnit/vunit/tree/master/vunit/vhdl/run/src/* not having the suffix _pkg need to be renamed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions