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
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