Forum Discussion
How can you create a .vqm file or equivalent in Quartus Prime Standard 23.1?
- 1 year ago
If I understand correctly, you want to share your design without giving the source file. Which is why you want to create the .vqm. Let me know if my understanding is incorrect?
Is that fine for you to exploring export partition instead? https://www.intel.com/content/www/us/en/docs/programmable/683475/19-4/exporting-compilation-results.html
Otherwise, you will need the synplify pro as describe in
Is there any update base on the question above?
Yes, that is correct.
I am trying the design partition flow first.
I have exported the top level design partition, but I am having issues integrating it into another test project.
In another project, I have a top-level wrapper with the same I/O ports, but the tool does not allow me to import a design partition to that module. So, I made an empty submodule with the same I/O ports (black box) and I was able to successfully import the design partition.
Is this the correct flow?
Another question:
I am using Quartus Prime Standard, but if the target project that I am sharing the design without giving the source file is Quartus Lite, then is exporting a .vqm file the only option?