Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- I believe you cannot directly merge two Quartus projects. You might need to create a new project, then port over the IPs or instances required into the new project. You should consider if the size of FPGA as well. --- Quote End --- Hey! Thank you bfkstimchan. If I create a new project, how should I combine the components which I have created separately for nand and usb interface? If I'm not creating a new project and wish to import files, then, Can I add the files of Nand project into the USB project using "add or remove files" option in project navigator? Else, can I write a top level and call both USB and the Nand flash files as components(port mapping)? These are just various ideas I have, I'm not sure it might work or not. Just asking your opinion. Any advice is welcome.. Also, what if I make the Nand Controller project as a custom component in SOPC and then add it into the usb's sopc?