Forum Discussion

VCham's avatar
VCham
Icon for Occasional Contributor rankOccasional Contributor
7 years ago
Solved

IP Component files generated in wrong directory

I used the Altera PLL IP to generate a PLL for my project but it was generated in the wrong directory. I tried moving the files but Quartus II was then unable to find the IP Component. Is there a proper way to move these generated files within my project folders?

  • I figured out my issue.

    What I meant by "wrong" was that it wasn't generated in the desired folder given our folder structure convention, and simply moving the files didn't update the pointers. I figured out that updating the paths found in the .qsf file solves the issue.

2 Replies

  • AndyN's avatar
    AndyN
    Icon for Occasional Contributor rankOccasional Contributor

    What do you mean by the "wrong" folder? Where is it generating with reference to the .ip file?

  • VCham's avatar
    VCham
    Icon for Occasional Contributor rankOccasional Contributor

    I figured out my issue.

    What I meant by "wrong" was that it wasn't generated in the desired folder given our folder structure convention, and simply moving the files didn't update the pointers. I figured out that updating the paths found in the .qsf file solves the issue.