-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add support for automated IP simulation in latest Vivado versions #344
Comments
It is because Xilinx started to use the new xpm library underneath the fifo. The compile_standard_libs.tcl must be modified to also compile the xpm library in addition to unisim. |
Modifying compile_standard_libs.tcl file I can compile xpm library like you mentioned.
My simulator is Modelsim |
@smgl9 I fixed the problem you reported now. |
Perfect! It woks now. |
Hello,
I tested several Vivado and Modelsim versions in Linux and windows for the following example:
https://github.com/VUnit/vunit/tree/master/examples/vhdl/vivado
It woks for vivado 2016.4 (Windows and Linux) as it is documented. In other cases (vivado 2017.4 & 2018.2) I got the next error:
The text was updated successfully, but these errors were encountered: