cds.lib not in start directory

Discussion in 'Cadence' started by Guenther Sohler, Nov 9, 2005.

  1. Is it possible to tell icfb not to
    use/create the ceds.lib in the start directory, but using on in another
    path eg
    CDS_WORKAREA ?


    In my place it always creates a new cds.lib including the global one.
    This is not the expected behaviour. can this be changed ?
     
    Guenther Sohler, Nov 9, 2005
    #1
  2. ddSetForcedLib( strcat( getShellEnvVar( "CDS_WORKAREA" ) "/cds.lib" ) )
    ddUpdateLibList( )

    Bernd
     
    Bernd Fischer, Nov 9, 2005
    #2
  3. Guenther Sohler

    Trevor Bowen Guest

    crude, but effective... alias/append icfb command:

    icfb -cdslib $CDS_WORKAREA/cds.lib
     
    Trevor Bowen, Nov 9, 2005
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.