Forum Discussion

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

Source-code control Poll

Hi all,

I wanted to conduct a poll to see what people are using for a source-code control system for their FPGA development. This has become a hot-topic in my organization as we are finding certain systems to be more or less efficient when using the FPGA development tools.

The forum does not have explicit functionality to support conducting a poll. So, what I've done is attached 4 files to this post. Click on one of the files below to cast your vote. Then we can use the number of views to count the number of votes.

The choices are:

1 - CVS

2 - SVN

3 - ClearCase

4 - Other

5 - Git

Feel free to post your comments here as well if you have strong feelings regarding a particular tool set.

Thanks,

Jake

14 Replies

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

    --- Quote Start ---

    I always put SoPC builder in a seperate folder.

    .... Using the MegaWizard plug-in manager you can specify where you want it located.

    Jake

    --- Quote End ---

    In addition you have to manually add the SoPC folder to the library path:

    in the assignments->setting->library.

    edit:[By second thought - this is insufficient. You also need to add the .qip file generated in the SoPC folder to your projects list of files (right-click in file list tab), otherwise you will not get the timing constraints file. This is a subtle but important detail because it compiles nicely without .qip, but it risks to fail in timing. Same applies for any other "dislocated" MegaWizard IP's by the way

    edit2:[By a third thought and some experiments - unfortunately this is not as simple as I wrote above. You need to add the file .qip and .sdc file(s). Otherwise QII does not find the .sdc files even though they are quoted inside .qip!.:mad:. With this in mind I am not sure if - after all - in general its ok to place other MegaWizard IP's in sub folders. I know FIR and FFT ip's clutter the design folder with a lot of generated files as well. Does anybody know about this?]

    Further reading is here www.altera.com/literature/hb/qts/qts_qii54023.pdf (http://www.altera.com/literature/hb/qts/qts_qii54023.pdf)]

    Very nice trick never the less. Thanks for that but good things should be used with care.