N
New User ^_^
Guest
Hi All,
(1) At the moment, I am scripting a layout generator in SKILL.
Actually, I am porting it from GDT GENIE code to Cadance SKILL code so
I am some kind of translator. Of course, there is no free lunch! What
I am goint to do now is to make a floorplan first and then copy and
paste different components to different positions by SKILL code. Does
anyone try this before? Could anyone point me to a right direction in
this regard??
(2) For creating instance, we could use function dbOpenCellViewByType
and dbCreateInst but it is only for one instance. How about if I would
like to create an array of instances? e.g. inst1(0,2), inst2(1,2),
inst3(2,2), inst4(0,1), inst5(1,1), inst6(2,1), inst7(0,0),
inst8(1,0), inst9(2,0).
I would appreciate very much if anyone of you could answer me these
two questions ^^ .
New User
(1) At the moment, I am scripting a layout generator in SKILL.
Actually, I am porting it from GDT GENIE code to Cadance SKILL code so
I am some kind of translator. Of course, there is no free lunch! What
I am goint to do now is to make a floorplan first and then copy and
paste different components to different positions by SKILL code. Does
anyone try this before? Could anyone point me to a right direction in
this regard??
(2) For creating instance, we could use function dbOpenCellViewByType
and dbCreateInst but it is only for one instance. How about if I would
like to create an array of instances? e.g. inst1(0,2), inst2(1,2),
inst3(2,2), inst4(0,1), inst5(1,1), inst6(2,1), inst7(0,0),
inst8(1,0), inst9(2,0).
I would appreciate very much if anyone of you could answer me these
two questions ^^ .
New User