-
Notifications
You must be signed in to change notification settings - Fork 2
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 #5
Comments
This error is reported when:
Concretely, this foreach block causes this error. To resolve this error, this foreach block should be re-written by using |
Vivado sim inserts space and backslash to HDL path like this.
These characters should be removed. |
Another fatal error is reported when using virtual interface stored in an associative array. Use |
Following methods are re-defiend because they are not virtual.
|
A lot of mismatch error is reported with VHDL env. |
No description provided.
The text was updated successfully, but these errors were encountered: