• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. how to dump XXX.il from cadence virtuoso CIW

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 143
  • Views 14235
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to dump XXX.il from cadence virtuoso CIW

rockyicer
rockyicer over 8 years ago

I want to check a skill file in /opt/a.il. but i do not have the access right now. but the virtuoso could access this file because it invoke this a.il file from .cdsnit.  so how can i dump this skill from CIW through commend line just like I used to dump the layout skill code by typing :

                                                      dbid = dbOpenCellViewByType("test_PDK" "pmos" "layout" "maskLayout")
                                                                       dbDumpPcDefinePcell( dbid "/home/pmos.il")  

thanks in advance!

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 8 years ago

    Hmm, if virtuoso can read it (as you), then you should be able to read the file in UNIX too. You presumably could use view("/opt/a.il") or edit("/opt/a.il") in the CIW if Virtuoso was able to read it (maybe /opt is only mounted on a remote machine and you're running a command to launch virtuoso on that remote machine?). Or presumably you could use sh("xterm &") to open a terminal and then look at the file from that terminal.

    Alternatively if you know a function name, you can do:

    op=outfile("./dump.il")
    pp(theFuncName1 op)
    pp(theFuncName2 op)
    close(op)

    although that will lose any formatting, comments, and so on. That's not really the best idea of course.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information