home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / cad / cadence / 570 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.1 KB  |  35 lines

  1. Newsgroups: comp.cad.cadence
  2. Path: sparky!uunet!gatech!paladin.american.edu!howland.reston.ans.net!usc!cs.utexas.edu!torn!news.ccs.queensu.ca!venus!pas
  3. From: pas@jupiter.ic.cmc.ca (Peter Stokes)
  4. Subject: getting all cellviews
  5. Message-ID: <1993Jan12.172646.14372@venus.ic.cmc.ca>
  6. Sender: usenet@venus.ic.cmc.ca (News Administrator)
  7. Nntp-Posting-Host: jupiter
  8. Reply-To: pas@jupiter.ic.cmc.ca
  9. Organization: Canadian Microelectronics Corporation
  10. Date: Tue, 12 Jan 1993 17:26:46 GMT
  11. Lines: 22
  12.  
  13. In Cadence 4.2 skill, how might one go about
  14. getting a list of all cells in a library?
  15.  
  16. For example:
  17.  
  18. procedure( showCells (lib "t")
  19.     prog( ( libId ; library db id
  20.         cells ; list of cells in libId
  21.       )
  22.         libId = dmOpenLib( lib nil nil "r")
  23.     cells = ??????( libId)
  24.     println( cells)
  25.     )
  26. )
  27.  
  28. Any help appreciated,
  29. Peter
  30.  
  31. Peter A. Stokes ___________________________________ Voice: (613) 545-2923
  32. Engineering Applications Support                      Fax: (613) 548-8104
  33. Canadian Microelectronics Corporation        Email: pas@jupiter.ic.cmc.ca
  34. Kingston, Ontario, Canada _______________________________________________
  35.