skill to dump functional view

D

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
 
On 14 Apr 2006 15:16:27 -0700, "danmc" <spam@mcmahill.net> wrote:

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

Thanks
-Dan
ddGetObj("myLib" "myCell" "functional" "*")~>readPath

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top