-
-
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
Setting of a generic at elaboration in OSVVM co-sim tests causes crash #618
Comments
@wyvernSemi Thanks for reporting this one. I was just coming out to do that. |
The |
Thanks Nick |
All OSVVM co-simulation tests are now passing on both Linux and Windows/MSYS2 in my development tree. On MSYS2 I needed to change the elaboration option to use normal |
Yes sorry I should have mentioned on the other ticket instead of just closing it: Windows now works the same as Linux where the plugin is only needed at runtime with the |
Two of the OSVVM co-simulation tests set top level generics using the
-g
elaboration option, but this crashes the process with the following output:Removing the
-g
from the command line and the elaboration does not fail. it does not matter whether the options sets the value to that already the default, or sets it a different value.I have adapted the bundle for #612 to add generics and set them with the
compile.sh
script. It will pass when no generic option given and crash when one is.testcase.tar.gz
The text was updated successfully, but these errors were encountered: