Flatten a list of cells

J

John Greene

Guest
I want to flatten a list of some 2000 cells in a Vrtuoso library. I want to flatten pcells and symbolic vias too. The list is in an ascii file. How would I do this?

---
frmsrcurl: http://compgroups.net/comp.cad.cadence/
 
Hi John,

Look at dbFlattenInst(). It is documented in cdsdoc.
Just read the cells from your ASCII file and then flatten using the
above.
Does this make any sense for you ?

Regards,
Riad.
 

Welcome to EDABoard.com

Sponsor

Back
Top