Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to use Revision?
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 tracki...
Altera_Forum
Honored Contributor
14 years agoI 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.