-
Notifications
You must be signed in to change notification settings - Fork 290
Description
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.
Adding more...
-
Package files under https://github.com/VUnit/vunit/tree/master/vunit/vhdl/com/src/* not having the suffix _pkg need to be renamed.
-
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.
-
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.
-
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.
-
Files under VUnit/vunit/tree/master/vunit/vhdl/run/src/* not having the suffix _pkg need to be renamed.
