-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Support Vivado simulator #32
Comments
Elab error below is reported.
This error is caused by this code. tvip-axi/src/tvip_axi_monitor_base.svh Line 375 in 21a3bfc
We can avoid this error by referring item.set_context(this.configuration, this.status); |
This Avoid this error by defining a new function with different name. |
It's seemed that a if constraint which has a foreach constraint its inside causes this SEGV error.
|
It's seemed that xlab enters infinite loop when |
This pattern would cause SEGV error below.
|
Refer an array variable, which is defined outside of constraint block, from a
|
No description provided.
The text was updated successfully, but these errors were encountered: