Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overhaul vhdl packages #8

Open
simoneruffini opened this issue Oct 27, 2020 · 1 comment
Open

Overhaul vhdl packages #8

simoneruffini opened this issue Oct 27, 2020 · 1 comment
Assignees

Comments

@simoneruffini
Copy link
Owner

The project contains 3 packages:
1)COMMON_PACKAGE.vhd for global and project common constants and functions
2)NVME_FRAMEWORK_PACKAGE.vhd for NVMEF specific constants
3)TEST_ARCHITECTURE_PACKAGE.vhdfor test architecture specific constants

Unfortunately the variables stored in these packages do not respect their definition, either because the distinction of this layers is not black or white or because some package includes caused recursive behaviour.

A different approach for constant and project values storing should be discussed, ex:

  • just a file and different packages
  • just a package
  • refactor some entities so that the separation of these packages can be effective
@simoneruffini
Copy link
Owner Author

Fixed in branch lib, but for the example in the master branch doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants