Forum Discussion

NKamm's avatar
NKamm
Icon for New Contributor rankNew Contributor
7 years ago

Re link .sopcinfo file to the project after copying

Hi,

I have copied the entire quartus project from one location to the other in the same pc.

But in eclipse the bsp is linked with the previous location sopc file. How can i re link the .sopc to the same bsp without having to create a new bsp by linking the sopc in new location

4 Replies

  • Just edit the path in "settings.bsp" located in bsp folder. Find the line <SopcDesignFile>./<>.sopcinfo</SopcDesignFile> and replace the old path

  • Abe's avatar
    Abe
    Icon for Frequent Contributor rankFrequent Contributor

    You could open your BSP project that you copied over in Eclipse , right-click the BSP and choose BSP Editor.

    In the window that pops up, from the File menu select Open and then select the settings.bsp file that you would like to use. This should be from the one you copied over.

    The BSP editor will change the paths relative to the settings file chosen. Close the Editor, Build the project and check.

  • To change the reference file, go to bsp>properties>​NIOS II bsp properties>sopcinfo

  • NKamm's avatar
    NKamm
    Icon for New Contributor rankNew Contributor

    Thanks for the reply.

    Still Iam seeing that in the bsp>properties>NIOS II bsp properties>sopcinfo is pointing to the old location from which i have copied the project,and i am not able to change it to the new location after copying.

    Please tell me how to change this location of the sopc file