CVS and Cadence
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
CVS and Cadence

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Cadence
Author Message
m.deng
Guest





Posted: Fri Oct 29, 2004 12:05 am    Post subject: CVS and Cadence Reply with quote

Is it good to use CVS to manage(version control) Cadence lib files?

cheers,

Ming

Back to top
Stephen Chadfield
Guest





Posted: Fri Oct 29, 2004 12:19 am    Post subject: Re: CVS and Cadence Reply with quote

On Thu, 28 Oct 2004, m.deng wrote:

Quote:
Date: Thu, 28 Oct 2004 16:05:54 -0400
From: m.deng <m.deng@sympatico.ca
Newsgroups: comp.cad.cadence
Subject: CVS and Cadence

Is it good to use CVS to manage(version control) Cadence lib files?

This product integrates CVS management into the DF2 environment:

http://www.cliosoft.com/products/sos_viadf2.html

I don't have any personal experience with it but some people at work swear
by it.

--
Stephen Chadfield
http://www.chadfield.com/
Back to top
Ralf Geiger
Guest





Posted: Fri Oct 29, 2004 1:02 pm    Post subject: Re: CVS and Cadence Reply with quote

Stephen Chadfield schrieb:
Quote:
On Thu, 28 Oct 2004, m.deng wrote:

Date: Thu, 28 Oct 2004 16:05:54 -0400
From: m.deng <m.deng@sympatico.ca
Newsgroups: comp.cad.cadence
Subject: CVS and Cadence

Is it good to use CVS to manage(version control) Cadence lib files?

This product integrates CVS management into the DF2 environment:

http://www.cliosoft.com/products/sos_viadf2.html

I don't have any personal experience with it but some people at work swear
by it.

or http://www.synchronisity.com ... DesignSync

cheers
ralf


--
no signature

Back to top
fogh
Guest





Posted: Fri Oct 29, 2004 5:36 pm    Post subject: Re: CVS and Cadence Reply with quote

m.deng wrote:
Quote:
Is it good to use CVS to manage(version control) Cadence lib files?

cheers,

Ming
For heavy stuff, you can use perforce, clearcase, or synchronicity. That will

require an expert to be assigned to it s maintenance and support.

For lighter, you can use cadence's own versionsync or CVS. I know of at least 3
PDK publishers (foundries) who offer in their PDK a CVS integration in df2.

They probably all lack the most elementary features, can all can bring
libmanager to it s knees, and confuse your designers. But the heavier stuff can
also confuse them on multiple sites. So I have no particular recommendation,
make your pick...
Back to top
Erik Wanta
Guest





Posted: Fri Oct 29, 2004 7:29 pm    Post subject: Re: CVS and Cadence Reply with quote

http://www.synchronicity.com
http://sourceforge.net/projects/cdsp4
---
Erik

Ralf Geiger <news@murgs.org> wrote in message news:<ohd952-3hg.ln1@homer.temic-semi.de>...
Quote:
Stephen Chadfield schrieb:
On Thu, 28 Oct 2004, m.deng wrote:

Date: Thu, 28 Oct 2004 16:05:54 -0400
From: m.deng <m.deng@sympatico.ca
Newsgroups: comp.cad.cadence
Subject: CVS and Cadence

Is it good to use CVS to manage(version control) Cadence lib files?

This product integrates CVS management into the DF2 environment:

http://www.cliosoft.com/products/sos_viadf2.html

I don't have any personal experience with it but some people at work swear
by it.

or http://www.synchronisity.com ... DesignSync

cheers
ralf
Back to top
Mark Valery
Guest





Posted: Sat Oct 30, 2004 3:57 am    Post subject: Re: CVS and Cadence Reply with quote

On Thu, 28 Oct 2004 16:05:54 -0400, m.deng wrote:

Quote:
Is it good to use CVS to manage(version control) Cadence lib files?

cheers,

Ming

I've used CVS on reference libraries ( or PDKs) to keep track
of my edits on source and binary (cdba) files without any
problems. This is not the usual mode that a user would be
interested in though.

I've also recently heard of a company that wrote some skill
wrappers to interface dfII into a CVS database. They were
very happy with it.

Mark
Back to top
m.deng
Guest





Posted: Sat Oct 30, 2004 9:31 pm    Post subject: Re: CVS and Cadence Reply with quote

Mark Valery wrote:
Quote:
On Thu, 28 Oct 2004 16:05:54 -0400, m.deng wrote:


Is it good to use CVS to manage(version control) Cadence lib files?

cheers,

Ming


I've used CVS on reference libraries ( or PDKs) to keep track
of my edits on source and binary (cdba) files without any
problems. This is not the usual mode that a user would be
interested in though.

I've also recently heard of a company that wrote some skill
wrappers to interface dfII into a CVS database. They were
very happy with it.

Mark

I suppose that is just a company to use that, not to sell that solution.
Back to top
Jim Newton
Guest





Posted: Sat Oct 30, 2004 10:30 pm    Post subject: Re: CVS and Cadence Reply with quote

if you are the only one working on the libraries it works just fine.
I do not think there is a gdm layer already written for cvs.

I normally use CVS to manage my pcell libraries. I use CVS
to manage the source code, but also enter the compiled pcells
into a cvs managed module.

The problem is if someone else checks in a file to the repository,
then when you check your file in you'll get a conflict which looks
to the design framework simply as a corrupted file.

The only way around this i have found is to remove the cdb files
from the directories, do a cvs update, then compile the pcells
again.

-jim


m.deng wrote:
Quote:
Is it good to use CVS to manage(version control) Cadence lib files?

cheers,

Ming
Back to top
Mark Valery
Guest





Posted: Sat Oct 30, 2004 11:44 pm    Post subject: Re: CVS and Cadence Reply with quote

On Sat, 30 Oct 2004 13:31:04 -0400, m.deng wrote:

Quote:
Mark Valery wrote:
On Thu, 28 Oct 2004 16:05:54 -0400, m.deng wrote:


Is it good to use CVS to manage(version control) Cadence lib files?

cheers,

Ming


I've used CVS on reference libraries ( or PDKs) to keep track
of my edits on source and binary (cdba) files without any
problems. This is not the usual mode that a user would be
interested in though.

I've also recently heard of a company that wrote some skill
wrappers to interface dfII into a CVS database. They were
very happy with it.

Mark

I suppose that is just a company to use that, not to sell that solution.

Unfortunately, that is correct.
Back to top
G Vandevalk
Guest





Posted: Sun Oct 31, 2004 1:46 am    Post subject: Re: CVS and Cadence Reply with quote

Short answer is No.

The problem of version control is one in which you need a very good idea of
who will have
write access to the data.

CVS/dfII is not good with multiple people having write permission on one
version controlled entity.

Several models of version controlling can be set up, each with it's own set
of problems and advantages.

If a Librarian handles all of the data writes to the master, several good
systems ca be built.

One system I have used involved writing a "skillOut" function that
essentially wrote a skill script that
would re-create any layour/schematic. This file (that when run would
recreate the cell) was put under
CVS (or RCS) control by a master librarian and a "build" script was written
that would re-generate
the library.

With some clever symbolic links, users would always se the latest library,
and would submit changes to the
librarian ... (then script were written to automate the librarian & build
functions ... )

Good luck

-- Gerry




"m.deng" <m.deng@sympatico.ca> wrote in message
news:sNidnYkhuc6AzBzcRVn-3Q@rogers.com...
Quote:
Is it good to use CVS to manage(version control) Cadence lib files?

cheers,

Ming
Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Cadence All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Powered by phpBB