Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHow to combine two different quartus projects?
Hello everybody! I have 2 different quartus projects, one is for Nand flash controller and the other is for USB interface. I have to combine both of these so that I can use the USB interface to ...
Altera_Forum
Honored Contributor
10 years agoyou're probably better off starting a new project that includes all the files you need.
You'll need some form of top level linking them together - if they have the same interface spec then you can probably just connect them to each other, otherwise you'll need something (either code or QSys project) to connect them together.