Forum Discussion

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

Setting verilog files to quartus

I have long long list of files in diffrent directories. I want to add them to my project. Under "Settings" I can do it one by one or take group of file from the same directory.

1.Is there a prepared script that can read a list of files (with there paths) and drop them to the files list in my project??

thanks,

Axodus.

3 Replies

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

    You can replicate all your different directories which contains your long list of files under your project directories.

    All of your directories shouldn't contain blanks.

    Try it.

    Good luck.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    I have long long list of files in diffrent directories. I want to add them to my project. Under "Settings" I can do it one by one or take group of file from the same directory.

    1.Is there a prepared script that can read a list of files (with there paths) and drop them to the files list in my project??

    thanks,

    Axodus.

    --- Quote End ---

    Hi Axodus.

    I don't know of any "off the shelf" prepared script that does this, but I have written them in the past. You can just directly modify the quartus QSF file. The QSF file is just simply a text file that has all the project settings including the files. It's very easy to understand.

    All of my scripts, take the files list from a simulator I use, and creates the QSF file. So the format isn't just simply a file list. If your good at any scripting language it should be easy to write.

    Pete