There are two libraries in <cdsroot>/tools/dfII/lib : psl.a and wal.a
wal.a is the API for WSF format. I assume psl.a is the API for PSF
format. But there doesn't seem to exist any documentation on psl.a.
Does anybody have any notion about how to use the API. I can't believe
that cadence doesn't let the users use the psfbin even if they get to
know nothing of the internals.
Regards
Satya
They are not there for reading PSF results, if that's what you were
after...
Regards,
Andrew.
--
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
Regards
Satya
Andrew Beckett <and...@DELETETHISBITcadence.com> wrote in message news:<g7ahsu42bdolakosq...@4ax.com>...
Andrew will probably answer that psfbin is a proprietary format to cadence,
which is the impression that I have got from various tool integrators and
my own search for psfbin documentation.
It is impossible for me as a user to use Analog Design Environment (psfbin
only, if I want to use AWD integration) and at the same time have the
possibility to extract data from the database with tcl or c. Frustrating.
--
Svenn Bjerkem
Yes, psfbin is proprietary. Sorry, that's the way it is. However, there was talk
of a new package "SRR" (Simulation Results Reader) which was due
to be available at some point which would provide an API. I'll check on this.
However, there is nothing to stop you using OCEAN to read results from
a simulation that has been run standalone (say) - so it's a matter of using
SKILL to do this rather than C or Tcl (so not a big problem, really).
I've posted things before about how to do this.
Here's one for example:
Regards,
Andrew.
On Sun, 10 Nov 2002 19:51:26 +0100, Svenn Are Bjerkem <sven...@bjerkem.de>
wrote:
>Satya Mishra wrote:
>
>> Thanks Andrew for your helpful information. Is there anyway to read
>> psf files? If not is there an effort to make an API available?
>>
>> Regards
>> Satya
>>
<snip>
>>> >Satya
>
>Andrew will probably answer that psfbin is a proprietary format to cadence,
>which is the impression that I have got from various tool integrators and
>my own search for psfbin documentation.
>
>It is impossible for me as a user to use Analog Design Environment (psfbin
>only, if I want to use AWD integration) and at the same time have the
>possibility to extract data from the database with tcl or c. Frustrating.
--
Regards,
Andrew.
Thanx for the information. OCEAN isn't as good as C. First of all I
have to learn a new language all over, especially since SKILL is more
like LISP than C. Secondly, I really don't wan't to convert psfbin to
some ascii format. I want to convert into a datatype that my post
processor will understand. ASCII while great needs too much work to
get the same info in.
Anyway, that info was useful. I understand that you and I are equally
helpless in changing the situation just yet.
Andrew Beckett <and...@DELETETHISBITcadence.com> wrote in message news:<9osvsu05jojtiabor...@4ax.com>...