How to list the contents of an inca.lnx86.* file in a cdb

S

Svenn Are Bjerkem

Guest
Hi,

I have been working on a standard cell library and discovered on unix
level that there is a file called inca.lnx.163.pak in the cdb
directory created by me and containing a lot of binary data. The rest
of the cells is owned by the owner of the standard cells. I want to
check if the contents of that file is the cause of some problems that
I have, but I haven't been successful in my search for a command line
(or whatever) utility that will list the contents of that file in
human readable format. I was also thinking of just deleting it, but
that would be like operating on open heart and I don't want to call
upon the wrath of my colleagues. :) Maybe somebody here knows?

--
Svenn
 
Svenn,

This file contains ncvlog compiled data. You can read its contents (show
compiled sources) with the folllowing command:
ncls -package inca.lnx.163.pak

Chris.

"Svenn Are Bjerkem" <svenn.bjerkem@googlemail.com> wrote in message
news:bb1d382b-0154-41ab-9912-8d60aeb161ce@d61g2000hsa.googlegroups.com...
Hi,

I have been working on a standard cell library and discovered on unix
level that there is a file called inca.lnx.163.pak in the cdb
directory created by me and containing a lot of binary data. The rest
of the cells is owned by the owner of the standard cells. I want to
check if the contents of that file is the cause of some problems that
I have, but I haven't been successful in my search for a command line
(or whatever) utility that will list the contents of that file in
human readable format. I was also thinking of just deleting it, but
that would be like operating on open heart and I don't want to call
upon the wrath of my colleagues. :) Maybe somebody here knows?

--
Svenn
 
Or ncls -lib libName

Regards,

Andrew.

On Sun, 18 Nov 2007 21:33:12 +0100, "Morpheus"
<morpheus@scuderia-no-spam-twente.nl> wrote:

Svenn,

This file contains ncvlog compiled data. You can read its contents (show
compiled sources) with the folllowing command:
ncls -package inca.lnx.163.pak

Chris.

"Svenn Are Bjerkem" <svenn.bjerkem@googlemail.com> wrote in message
news:bb1d382b-0154-41ab-9912-8d60aeb161ce@d61g2000hsa.googlegroups.com...
Hi,

I have been working on a standard cell library and discovered on unix
level that there is a file called inca.lnx.163.pak in the cdb
directory created by me and containing a lot of binary data. The rest
of the cells is owned by the owner of the standard cells. I want to
check if the contents of that file is the cause of some problems that
I have, but I haven't been successful in my search for a command line
(or whatever) utility that will list the contents of that file in
human readable format. I was also thinking of just deleting it, but
that would be like operating on open heart and I don't want to call
upon the wrath of my colleagues. :) Maybe somebody here knows?

--
Svenn
--
Andrew Beckett
Senior Solution Architect
Cadence Design Systems, UK.
 

Welcome to EDABoard.com

Sponsor

Back
Top