using symbolics in pcells

Discussion in 'Cadence' started by rick, May 20, 2010.

  1. rick

    rick Guest

    I would like to instantiate symbolics in a pcell that Im building.
    The code below does
    instantiate one and only one. How can I ge an array?


    ;; Get the database id of the ptap symbolic
    ptapId = dbOpenCellViewByType("tsmc13rf" "M1_SUB" "symbolic")
    ;; Create a parameterized instance of it using the parameters
    passed in
    dbCreateParamInst(cv ptapId
    "ptap" 1:0.4 "R0" 1 list(
    list("rows" "string" "2")
    list("column" "string" "2")
    )
    )
    )
     
    rick, May 20, 2010
    #1
  2. rick wrote, on 05/20/10 23:48:
    dbCreateParamSimpleMosaic() or dbCreateParamSimpleMosaicByMasterName()

    Andrew.
     
    Andrew Beckett, May 27, 2010
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.