• 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. Design migration tool

Stats

  • Locked Locked
  • Replies 21
  • Subscribers 125
  • Views 38563
  • 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

Design migration tool

Faizan UL HAQ
Faizan UL HAQ over 10 years ago

Hi,

I have a problem to transfer the simulation files from one design kit to another design kit in cadence virtuoso. The simulation files and circuit diagrams are quite many and it will take ages for me if i tranfer the files manually. Is there any kind of tool which can convert one design kit circuit diagrams into another design kit circuit diagrams.
BR

  • Cancel
Parents
  • Faizan UL HAQ
    Faizan UL HAQ over 10 years ago

    Thanks Andrew for the help. Howver, as i am quite new to skill language, i have some basic questions.

    Based on my previous experience with C language,  what i have understood from the code is that it replaces cells from one design kit to the cells in another design kit.  I tried to execute the code in the following way.

    • ---made a connfiguration file with following content:

    (
      (nil
       fromLib   "cmos_rfa"
       fromCell  "pmos_rfa"
       toLib     "cmos_RFb"
       toCell    "pmos_rfb"
       runCallbacks t
       params (
               ("w" "width")
               ("l" "length" fixIt)
               )
       addProps (
                 ("isnoisy" t)
                 )
       )
     
    )

    // original names of design kit library were different than this but i have omitted then because of NDAs

    • copied your code to convert.il file and loaded it in CIW using following command.

    load "/home/pt/fulhaq/test/Skill_code/convert.il"

    • Ran the command abConvertComponentParams() with schematic name 'test'

    abConvertComponentParams("/home/pt/fulhaq/65nmtest/Skill_code/conv.config" "test")

    *Error* dbGetq: Object is not a db/dd/tech/bag object. - "test"

    However, i am getting the error:

    Error* dbGetq: Object is not a db/dd/tech/bag object. - "test"

    Moreover, i am not able to understand the functionality of  "propmatch" and "matchfuntion" in configuration file.

    regards

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Faizan UL HAQ
    Faizan UL HAQ over 10 years ago

    Thanks Andrew for the help. Howver, as i am quite new to skill language, i have some basic questions.

    Based on my previous experience with C language,  what i have understood from the code is that it replaces cells from one design kit to the cells in another design kit.  I tried to execute the code in the following way.

    • ---made a connfiguration file with following content:

    (
      (nil
       fromLib   "cmos_rfa"
       fromCell  "pmos_rfa"
       toLib     "cmos_RFb"
       toCell    "pmos_rfb"
       runCallbacks t
       params (
               ("w" "width")
               ("l" "length" fixIt)
               )
       addProps (
                 ("isnoisy" t)
                 )
       )
     
    )

    // original names of design kit library were different than this but i have omitted then because of NDAs

    • copied your code to convert.il file and loaded it in CIW using following command.

    load "/home/pt/fulhaq/test/Skill_code/convert.il"

    • Ran the command abConvertComponentParams() with schematic name 'test'

    abConvertComponentParams("/home/pt/fulhaq/65nmtest/Skill_code/conv.config" "test")

    *Error* dbGetq: Object is not a db/dd/tech/bag object. - "test"

    However, i am getting the error:

    Error* dbGetq: Object is not a db/dd/tech/bag object. - "test"

    Moreover, i am not able to understand the functionality of  "propmatch" and "matchfuntion" in configuration file.

    regards

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

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