Forum Discussion
drbarryh
Contributor
10 months agoHow to upgrade IP from Quartus 24.1 and add it to a Quartus 25.1 Project?
Hello ALTERA Quarts Experts, I have created and configured an ALT_PLL IP in Quartus Standard edition 24.1. Now i need to add that IP to a Quartus 25.1 Standard Edition project. I have tried this so ...
KennyT_altera
Super Contributor
10 months agoYou may do the steps by Repackage as a catalog‑visible IP If you want it in the IP Catalog so you can instantiate in Platform Designer / IP Parameter Editor:
- In Quartus 25.1, open the IP Parameter Editor (Tools → IP Catalog).
- Create a new ALTPLL variation.
- Use the .ppf file from your old project to re‑apply the same configuration (the Parameter Preset File can be imported in the editor).
- Generate the IP — this will produce a .qip, .v, .bb.v, and updated .ppf that is fully compatible with 25.1.
- Now it appears in the IP Catalog because it was created using the current IP library.
I think this will be the fastest way,