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
Do you have further question? If no, we shall close this thead.
- Iwti1 year ago
New Contributor
I am still running into an issue with integrating a the partition into another project.
I have tried the flow locally (instantiating a stub, and then adding a design partition to the target hierarchy level, in this case the top level wrapper) on a test project and it worked without issue.
However, when sharing the design partition externally, I see the following errors:
1. Error: 292014 Can't find valid feature line for core in current license
2. Error: 137004 Can't parse file E:/import/FPGA_Top.map.hdbx -- line 1 contains syntax error "
How can the flow work locally, and not externally?
Is there a setting that I am missing for properly exporting the license for IP within my design?