-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Adding NVC support to OSVVM #547
Labels
Comments
We're missing support for signals declared in the entity declarative part. This is actually a -93 feature, but not one I've ever seen used before. |
nickg
added a commit
that referenced
this issue
Oct 6, 2022
I've fixed this now but found one more error:
We don't allow concurrent procedure calls on protected objects. That should be simple to add too. |
nickg
added a commit
that referenced
this issue
Oct 8, 2022
With the commit above:
|
Tested and passed on Windows/MSYS2. Fantastic. Thankyou! |
nickg
added a commit
that referenced
this issue
Oct 13, 2022
nickg
added a commit
that referenced
this issue
Oct 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am working on adding NVC to OSVVM in a temporary fork of OsvvmLibraries - specifically in the
nvc-support
branch of OSVVM_Scripts. There is a build error in the AXI4 example:To reproduce the error, clone my fork, initialise submodules, check out the
nvc-support
branch of OSVVM_Scripts, then enter the following in a TCL shell:The text was updated successfully, but these errors were encountered: