• 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. lxGenFromSource related questions

Stats

  • Locked Locked
  • Replies 7
  • Subscribers 144
  • Views 15069
  • 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

lxGenFromSource related questions

Inas
Inas over 10 years ago

Hello,

Please i want  generate a layout for schematic so o searched in the cadence layout manual and i found this command.

Then i got the schematic ID using dbOpenCellViewByType then i used the command like that

lxGenFromSource(schID "lib name (same as sch)" "layout cell name (same as sch)" "layout view name")

when i did that it gives me in the CIW error says (extra arguments or keyword missing)

Also in the rest of the fields i don't know what i have to write like the template file field also if i want to instantiate the instances there is a field in the command which is t_initCreateInstances but i don't know how to use it is that bu writing the names in the schematic or what?

Thanks a lot

BR,

Inas

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

    Hi Inas,

    Look in the documentation for lxSetNetPinSpecs. Something like this:

    leSetEnv("createPinLabels" t) ; may need other cdsenv to control layers and heights for labels
    lxGenerateStart(schCv layCv)
    lxSetNetPinSpecs(?nets lxGetPinNets() ?lpp list("M1" "drawing") ?width 0.5 ?height 0.5)
    lxGenerateFinish(schCv layCv)

    this is a different API from using lxGenFromSource but achieves the same idea but with a bit more control.

    Regards,

    Andrew.

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

    Hi Inas,

    Look in the documentation for lxSetNetPinSpecs. Something like this:

    leSetEnv("createPinLabels" t) ; may need other cdsenv to control layers and heights for labels
    lxGenerateStart(schCv layCv)
    lxSetNetPinSpecs(?nets lxGetPinNets() ?lpp list("M1" "drawing") ?width 0.5 ?height 0.5)
    lxGenerateFinish(schCv layCv)

    this is a different API from using lxGenFromSource but achieves the same idea but with a bit more control.

    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