Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHere's the relevant section from the online help, hope it answers your question.
Sharing Software Projects The Nios II IDE provides facilities to import and export design files to/from the workbench, which is the basic mechanism for sharing software projects between multiple developers. When sharing files with other designers, you must: Include both the C/C++ application project and the system library project. Include the FPGA configuration file (.sof) and SOPC Builder system file (.ptf), which describes the target hardware. Use the default locations for the C/C++ application and system library projects when you create the projects. This keeps the software files in a fixed location relative to the .ptf file, so that the Nios II IDE can find everything it needs to build the project. Not include the build directory, typically named "Debug" or "Release". The contents of these directories will be re-generated on the new machine. Software can be shared by either simply copying files, or using the CVS source control system. See Workbench User Guide > Concepts > Team Programming with CVS. After receiving Nios II software design files, you must import them into the Nios II IDE workbench using the import feature. The easiest method is to drag-and-drop the project directory onto the C/C++ Projects view in the Nios II IDE. For further details, see Importing and Exporting Files and Projects.