skill to dump functional view

Discussion in 'Cadence' started by danmc, Apr 14, 2006.

  1. danmc

    danmc Guest

    This is probably a simple one.... Whats the right way in skill to just
    print out the contents of a functional view? Or for that matter any
    view which is basically just text?

    I'm looking for a way where I can iterate over a hierarchy or a library
    and spit out all the text.

    I took a look at what I got with

    cv=dbOpenCellViewByType("myLib" "myCell" "functional" nil "r")

    cv->?

    but nothing looked like what I want. In fact, it looks like what I
    have is a connectivity database but not the original text.

    Maybe there is a function that just gives me the filename of the
    ...../myLib/myCell/functional/verilog.v file?

    Thanks
    -Dan
     
    danmc, Apr 14, 2006
    #1
  2. ddGetObj("myLib" "myCell" "functional" "*")~>readPath

    Regards,

    Andrew.
     
    Andrew Beckett, Apr 18, 2006
    #2
  3. danmc

    danmc Guest

    thanks! That worked.
     
    danmc, Apr 18, 2006
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.