Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21604 Discussions

How to use Revision?

Altera_Forum
Honored Contributor II
1,794 Views

I have FPGA designs that go through various changes (some good, some bad) and want to keep different revisions. Can I do this with the free version or do I need the subscription to do revision tracking?  

 

Thanks.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
792 Views

i would recommend using a distributed revision control system tool like Mercurial instead: 

 

http://mercurial.selenic.com/ 

 

http://tortoisehg.bitbucket.org/ 

 

it has low overhead (read: isn't annoying) and will give you a much better indication of changes you've made over time than Quartus revisions
0 Kudos
Altera_Forum
Honored Contributor II
792 Views

I make copies of the whole design for my revision control. Revisions in Quartus only let you manage different .qsf files(which can point to different source files), but it's not hard to do it manually(plus I can open multiple revisions at the same time and compare, since they're completely separate projects). You can also keep common source files outside of the project directory, so you're not making copies of that.

0 Kudos
Altera_Forum
Honored Contributor II
792 Views

the best way is to copy the main folder and rename it to the ver number, and the working library will always called current_version or somthing like that

0 Kudos
Reply