• 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. [SKILL++] How to create a cell matrix using skill++?

Stats

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

[SKILL++] How to create a cell matrix using skill++?

HG202501232515
HG202501232515 8 months ago

Hello, everyone

  I'm wondering is there anyway to create cell in array matrix using skill++? I found some api like dbCreateParamSimpleMosic(), but it needs a database object. How can i get  the object in skill++?

Brs,

  Hunter

  • Cancel
  • Andrew Beckett
    Andrew Beckett 8 months ago

    Hi Hunter,

    I'm not sure which argument you mean - the first argument is the database object of the cellView you are creating the mosaic in, so that could be found with dbOpenCellViewByType() or geGetEditCellView() if you have a window open. The second argument is the database id of the cell being placed in the array, so you'd use dbOpenCellViewByType() to get that.

    Or you could use dbCreateParamSimpleMosaicByMasterName() which instead allows you to specify the lib/cell/view of the cell being instantiated.

    Regards,

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • HG202501232515
    HG202501232515 8 months ago in reply to Andrew Beckett

    Thank you for your reply, Andrew. I'm now learning skill++ pcell coding,and I want to wrap the basecell (coded by skill++ as well) in my pcell so that some parts can be reused. Indeed, I can put my basecell in my library with cellview as I need, but it seems not  a good way when I have lots of work to do. 

    My code is here:

    defmethod  ( pcDraw (device newcell)

             cell=makeInstance(basecell)

             dbCreateSimpleMosic(pcCellView cell~>cvId ...) ;error occured

      )

    I'm not sure the acutual initiating procedure in skill++, the code is not work because the cell~>cvId is not assigned. Is there a good way to solve this problem? 

    • 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