Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAdding Multiple Files to a project
Greetings. I keep getting this "No files added to project" when I try and select a folder full of files to a project. I'm tired of going through them one at a time. How do I add a folder full ...
Altera_Forum
Honored Contributor
14 years agoAssignments -> Settings -> Library and point to directory. This only tells Quartus where to look, so if a file instantiates a block called pico, it will look in this directory for design files with this name, such as pico.vhd, pico.v, pico.bdf, etc. If your file names don't match the entity/module, it won't work. (Many people recommend manually adding them, since it avoids the possible errors of Quartus pulling in the wrong one, but that's pretty unlikely)