Altera_Forum
Honored Contributor
13 years agoVersion Control with Quartus
I know that version control software and paradigms are a relatively lively topic; however for many projects I have simply used the Quartus archive function to take a "snapshot" of the entire development project at a given point. At different times, I have used SVN, GIT, and Source Safe. The majority of time I have used the Quartus archive function. Now I am looking to use a vcs. I am just wondering if anyone has any thoughts on using one over the other of the vcs's and associated tools such as TCL. I am envisioning a process for a TCL program that would be:
1. copy all the files from the repository 2. write to a vhdl RAM file with version, date 3. set all pins 3. set all compiler options 4. place/route/fit 5. reports Thanks in advance for comments. James