Wednesday, December 03, 2008     Register | Login | Search | Contact Us
     

Many of you already received communications about the move of the Cadence user community into cadence.com. And many of you have already joined, with over 4000 registrations in the first two weeks.

The new Cadence Community enhances the ability of Cadence users to connect and collaborate. In addition to moving the community into cadence.com -- enabling single sign-on for community, Sourcelink and Cadence events -- the new site is organized around nine technology segments, giving you easy access to product information, training, forums and blogs. Some of the new features include:
  • Ability to respond to posts via e-mail
  • Technology-specific blogs
  • Latest Web 2.0 social networking capabilities
  • Public profile options
  • Private messaging
  • Friends lists
Visit the new Cadence Community today at www.cadence.com/community and join the discussions!

Registration note: Due to the scope of the enhancements and the new SSO registration system, we were not able to migrate existing cdnusers.org member accounts. So new registrations are required, but this enables a broader set of functionality we think you'll enjoy.

Forum note: Under the guidance of forum moderators, we have taken the 20+ cdnusers.org forums and consolidated them into 11 forums on the new site. Posts have been brought over so you can leverage that posting history. CDNusers forums will be set to read only starting 7/30, and cdnusers.org will be redirected to the new community on 8/4.

Best regards,
Mike and Tom

Michael A. Catrambone - Steering Committee Chairman
Distinguished Engineer
PCB/Mechanical
UTStarcom, Inc.

Tom Diederich
Cadence Community Manager
Home
Forums
Subject: Using Subversion for Revision Control with Cadence
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
brose@scanimetrics.com
Posts: 4
Online: User is Offline
4/14/2008 1:23 PM  
Hi,
I have been using Subversion to track revisions from icfb. For the most part it works fairly well, however using the various file manipulation capabilities of the Library Manager such as copy and rename results in a big mess. Rather than ignoring the .svn folders, it copies them to a different place. Then when I try to commit the new design with the copied library, Subversion gives errors relating to the improper copy. I hope it's clear what the issue is.

Has anyone encountered this problem before? Is there some SKILL code that could be used to call the subversion copy command instead of the usual shell command?
Britta
moderator
Posts: 6
Online: User is Offline
4/15/2008 11:26 AM  
Hi there,

From the problem description I gather, that you are talking about the Cadence libraries, rather then the versions of icfb itself.
I was always wondering, if somebody is using svn and Cadence libraries together.
How did you integrate SVN into the Cadence environment?
How do you make Cadence recognize SVN as a DM system?

Cheers,

Britta
brose@scanimetrics.com
Posts: 4
Online: User is Offline
4/15/2008 3:41 PM  
Yes I am using svn to manage the Cadence libraries. At least I am trying to.

[quote]How did you integrate SVN into the Cadence environment?
How do you make Cadence recognize SVN as a DM system? [/quote]
I have been unable to do either. Thanks for clearing up my original question.

The process at the moment involves doing the design work in Cadence and then committing the changes via a bash prompt (svn commit, svn update, etc). Cadence is not "aware" of svn. If there is some way to make Cadence recognize svn, I would like to hear it.
Thanks,
Brian
ian.dobinson@matrixone.com
Posts: 5
Online: User is Offline
4/16/2008 12:14 AM  
Fully integrating a DM system with Cadence (actually with the Cadence GDM system) is a great deal of work. Companies such as our own (ENOVIA MatrixOne, previously Synchronicity) and others that have done this have spent many years getting this to work perfectly. It involves writing a library of functions that is linked into the Cadence system, plus various other scripts. Even then, your problem with the .svn folders would not necessarily be resolved: for a similar issue with our own ".SYNC" folders we persuaded Cadence to specifically exclude them from their copies (I thought they had excluded all ".*" folders, but maybe not.)

I'm not personally aware that anyone has written a full integration of Subversion into the GDM system, though it is possible.
brose@scanimetrics.com
Posts: 4
Online: User is Offline
4/18/2008 3:42 PM  
I have been digging around the Library folders and noticed that the cdsinfo.tag file plays an important role in whether or not Cadence recognizes a specific folder as a Library folder. The simple summary is that if a cdsinfo.tag file exists with the line CDSLIBRARY, Cadence will take notice of it as a Library. This worked fine with my ".test" folder ( which by the way was copied by Cadence once I included the cdsinfo.tag). The strange bit is that the .svn folder does not have a cdsinfo.tag file, it has cdsinfo.tag.svn-base in .svn/text-base/. Suggestions?

Thanks,
Brian
ian.dobinson@matrixone.com
Posts: 5
Online: User is Offline
4/19/2008 1:16 AM  
The cdsinfo.tag identifies the library directory itself as a library - the file should and must only be present at the library level, not at any level below it. (Strictly, the file is not actually required, since the cds.lib really identifies where the libraries are to the DFII system!)

I don't know svn, but I presume the file in the .svn folder is the vault for the main cdsinfo.tag, or some other form of metadata managed by svn.

The rules of the Cadence 5X Library structure are, basically:
- Any object in a library with no "." in the name is assumed to be a folder and assumed to be a cell of the library.
- Any object in a library with a "." in the name is assumed to be a file.
This can, of course, cause some issues if you are not careful!

The other thing the cdsinfo.tag file contains is a line that tells the system which DM system is managing that library. For example, for a library managed by the DesignSync system, the file would contain:
DMTYPE sync
But this is only of use if your DM system fully supports the GDM system.
abele
Posts: 1
Online: User is Offline
5/12/2008 6:17 AM  
Hello,

We have also been using subversion to manage our designs from the command line, or at least a small group have been attempting this feat for a few tapeouts now. We even investigated starting to wrap the Cadence GDM system around subversion. Ian Dobinson is quite correct that the task of implementing GDM is highly non-trivial. However, we have recently started working with a promising solution from Method-ICs, VersIC. It may be just the solution you are seeking. It has certainly done a good job of answering the questions we had about subversion-Cadence integration. Check them out at:

http://www.methodics-eda.com/products.html

Jason
brose@scanimetrics.com
Posts: 4
Online: User is Offline
5/12/2008 7:39 AM  
Hi Jason,
I had also come to that conclusion. MethodICs offers a demo that I thought was quite good. We have been busy with other projects and not had time to try the practical demo MethodICs offers.

After we have had some time to work with it I will let you know if it's worthwhile.

Brian
Posting to forums is available to community members only.
Login or Register

Forums > Special Topics > Design Data Management > Using Subversion for Revision Control with Cadence


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.