R
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")
)
)
)
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")
)
)
)