• 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 SKILL
  3. how to use skill function to create layout library with...

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 16215
  • 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

how to use skill function to create layout library with virtuoso tf file

tomchen
tomchen over 12 years ago

Hi 

I use skill function like as bleow to create virtuoso tf libraryh ,and it works in 615_ISR12 , but fails in 5141.

And I also try to create library manually on gui , it can work on both 615 and 5141.

================================== 

is there  other skill function  to create tf library??

following is my skill code:

tf_file = "./aaa.tf" 

library_name = "aaa"

lib_id = dbCreateLib(library_name)

cds_tech=techOpenDefaultTechFile()

techCopyTechFile(cds_tech library_name "./" t)

tfId=techGetTechfIle(lib_id)

tcLoadtechFile(tfID tf_file)

techSaveTechFile(tfid) 

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    Try this instead:

    tf_file = "./aaa.tf"
    library_name = "aaa"
    lib_id = dbCreateLib(library_name)
    tfId=techOpenTechFile("aaa" techGetDefaultTechName() "a")
    tcLoadTechFile(tfId tf_file)
    techSaveTechFile(tfId)

    The way you tried it worked for me too - although I get some warnings in IC5141 about not being able to get an exclusive lock on the source library. But the way I suggest is simpler, I think - so maybe that's the best way to do it.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 12 years ago

    Try this instead:

    tf_file = "./aaa.tf"
    library_name = "aaa"
    lib_id = dbCreateLib(library_name)
    tfId=techOpenTechFile("aaa" techGetDefaultTechName() "a")
    tcLoadTechFile(tfId tf_file)
    techSaveTechFile(tfId)

    The way you tried it worked for me too - although I get some warnings in IC5141 about not being able to get an exclusive lock on the source library. But the way I suggest is simpler, I think - so maybe that's the best way to do it.

    Regards,

    Andrew.

    • 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