I recently wrote an article published on AgileSOC titled
A Continuous Integration System For ASIC Development.
Hope you enjoy it!
I recently wrote an article published on AgileSOC titled
A Continuous Integration System For ASIC Development.
Hope you enjoy it!
Categories: asic verification
Tagged: continuous integration
2 responses so far ↓
Paddy3118 // October 29, 2009 at 9:45 pm |
But maybe people should be looking for a better versioning system than CVS?
- paddy.
Martin d'Anjou // October 29, 2009 at 10:55 pm |
CVS definitely lacks in many ways and is not what I would use on any new project.
I have started a transition out of CVS, by first removing dependencies on CVS from every script that had them. I also “cornered” CVS into the smallest possible set of scripts, to ease the transition. Next we have to pick an SCM solution, figure out a workflow, write the new tools, and deploy the whole thing without impacting the schedule. There will also be some retraining involved. Lots of work!