Forum Discussion
Hi BigHandsomeBee,
Sorry that I may not fully understand your question, can share more details about it? In chapter 6 of the document, it mentioned the process of verifying Your IP with simulation using modelsim. I can try to provide more info from your feedback.
Thanks.
Regards,
Aik Eu
- BigHandsomeBee3 years ago
New Contributor
Thanks for the reply.
I'm not asking how to simulate HLS IP.
What I'm trying to do is that, I have a verified HLS IP, and I need to integrate this IP into a Qsys project, connecting it with other component/IPs, to build a project.
After building the Qsys project, I need to run the simulation to verify the project.
Then I need to use ModelSim to simulate the project.
But when simulating with ModelSim, it complains that the HLS IP module cannot be resolved, which means, I guess, I need to compile the instantiated HLS IP into a library before simulating the Qsys project with ModelSim.
But I don't know how to do that.