Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Adding 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 of files to a project?

Thanks

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Assignments -> 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)

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    i wrote a script to generate a .qip file for a directory full of HDL