Forum Discussion
Altera_Forum
Honored Contributor
16 years agoAdd source file to existing project
Hi all, Does anyone know how can add an existing c/c++ file to the actual opened NIOS project? I use a workaround creating a new source file, then copy / paste the content. But sometimes t...
Altera_Forum
Honored Contributor
14 years agoOne 'trick' is to add a file that just contains# include "real_file".
Might help you...