Altera_Forum
Honored Contributor
16 years agoChanging SOPC File Location
Hi,
I'm working on a project involving multiple Quartus projects that share common components. All of the common verilog components are shared in an external folder, but I can't find any way to share SOPC Builder files. I would like to move the .sopc file and the Nios IDE projects to a common directory, then simply include them in any Quartus projects that need them. I tried moving the .sopc file, opening it in SOPC Builder, and generating the system but I ran into errors saying the *_setup_quartus.tcl script couldn't find my project. I can't quite see what SOPC Builder needs from my project since the system doesn't have any knowledge of my other hardware until I connect it at the top level. Has anyone had any success doing this before? I could copy the files into each of the Quartus projects' folders, but I would like to maintain a common base of changes across all of them - everything is checked into SVN and I'd like to be able to maintain consistency across the projects by updating to a new revision. Thanks.