• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC Design
  3. Translating IC6 libaries to IC5

Stats

  • Locked Locked
  • Replies 8
  • Subscribers 126
  • Views 16165
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Translating IC6 libaries to IC5

gparasiliti
gparasiliti over 13 years ago

Hi,

Is there a way to downgrade an IC6 library to IC5? I know it's strange buit in some case it should be the best way to reuse some IP.

Regards,

Giuseppe

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Hi Giuseppe,

    oa2cdb is what you want.

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • gparasiliti
    gparasiliti over 13 years ago

    Hi,

    Thanks for your reply, but when I try to use it I have the below error:

      ERROR   (OACDB-113): Failed to find the OpenAccess library "TEST_CONVERSIO"

     I checked the cds.lib definition and it seems ok.

     Giuseppe

     

     

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

    Giuseppe,

    I believe oa2cdb requires a lib.def file not a cds.lib file. So here's what I did to make this work:

    # starting in my existing directory that contains OA libraries
    mkdir CDB
    cdsLibEditor -batchWriteLibdefs lib.defs
    cd CDB
    oa2cdb -cdslibpath ../lib.defs -lib mylib

    The cdsLibEditor has a batch mode to convert a cds.lib into the standard OA lib.defs format (similar to cds.lib, but only supports a subset of the syntax).

    Regards,

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • gparasiliti
    gparasiliti over 13 years ago

    Hi,

    The problems was related to lib.defs file as you wrote, I fixed it but now after the conversion I have some problem with the pin name:

      ERROR   (OACDB-638): Cannot translate pin "68" for terminal "EN" in cellview    
                         'TEST_CONVERSIO "CELLNAME" schematic' because the CDB    
                         master cellview 'basic ipin symbol_xform' is not available.
                         Ensure that the library containing the master is correctly
                         defined in the CDB cds.lib file. If the master is not yet 
                         available in CDB, translate it from OpenAccess to CDB first
                         and then rerun the translator for the remaining cells in  
                         the library.

    Do you have any suggestion?

     Giuseppe

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • dmay
    dmay over 13 years ago

    The _xform views do not convert backward very well. Technically, OA doesn't support magnification of instances. Howerver cdb2oa would create pcell versions of symbols that have a magnification parameter so that magnified instances will show up in OA. This is essentially a hack by Cadence to work around the limitation provided by Open Access. Your best bet is to not magnify anything, then you won't have any symbol_xform views in OA.

    To solve your problem, you can search for the symbol_xform instances and replace them with symbol views instead. Then set the magnification property on the new instance (if necessary). The oa2cdb won't do this for you automatically. Basically, I've found the more I deal with the xform solution, the more I want to eliminate any magnification at all in our designs.

    Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • gparasiliti
    gparasiliti over 13 years ago

    Hi,

     I don't know how I can search the viewname... sorry but I'm switching only now in IC6.

     Reagrds,

    Giuseppe

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • gparasiliti
    gparasiliti over 13 years ago

    I checked again and my problem is about pin name with view name "symbol". It seems the procedure can not covert the pin name correctly.

     ERROR   (OACDB-638): Cannot translate pin "P__2" for terminal "V" in cellview    
                         'TEST_CONVERSIO "CELLNAME" schematic' because the CDB master  
                         cellview 'basic ipin symbol' is not available. Ensure that
                         the library containing the master is correctly defined in  
                         the CDB cds.lib file. If the master is not yet available in
                         CDB, translate it from OpenAccess to CDB first and then    
                         rerun the translator for the remaining cells in the        
                         library.

     

     Giuseppe

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 13 years ago

     Giuseppe,

     Make sure that in the destination directory your cds.lib has any required reference libraries (e.g. basic) defined (sorry, I didn't explain that earlier) - so you'll need basic, analogLib, and any PDK libraries also defined. Actually the message makes that quite clear...

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information