loading layerMap file automatically in ic6.1

S

SS

Guest
I have a skill procedure that load streamInKeys when icfb is started.

When I probe for the value layerTable in CIW using streamInKeys-
layerTable it returns the right layerMap file. However I don't see
the filename or the table in the viewer. Also when I click translate I
get an error saying that layerMap file was not defined.

If I go manually click on load and then select the mapFile , I see the
file getting loaded and can also view the table in the viewer.

Could you tell me why the Mapfile is not getting loaded and the map
table getting read.

What skill command I should use in order to load this particular
mapFile from the skill procedure I have.
 
On Dec 19, 3:53 am, SS <ssrirami...@gmail.com> wrote:
I have a skill procedure that load streamInKeys when icfb is started.

When I probe for the value layerTable in CIW using streamInKeys->layerTable it returns the right layerMap file. However I don't see
the filename or the table in the viewer. Also when I click translate I
get an error saying that layerMap file was not defined.
Hmmm, dunno. I just do something like this in .cdsinit and it works
fine in ic5033 and ic5141:

streamInKeys = append( streamInKeys list( 'layerTable "/remote/anproc/
ibm65hpc/cadence/ibm65hp_4_30_02.lyrtbl" ))

-Jay-
 
Thanks Jay. That was the first thing I tried. However it does'nt work
on ic6.1.


On Dec 20, 2:34 am, jayl-n...@accelerant.net wrote:
On Dec 19, 3:53 am, SS <ssrirami...@gmail.com> wrote:

I have a skill procedure that load streamInKeys when icfb is started.

When I probe for the value layerTable in CIW using streamInKeys->layerTable it returns the right layerMap file. However I don't see
the filename or the table in the viewer. Also when I click translate I
get an error saying that layerMap file was not defined.

Hmmm, dunno. I just do something like this in .cdsinit and it works
fine in ic5033 and ic5141:

streamInKeys = append( streamInKeys list( 'layerTable "/remote/anproc/
ibm65hpc/cadence/ibm65hp_4_30_02.lyrtbl" ))

-Jay-
 
On Wed, 19 Dec 2007 21:11:26 -0800 (PST), SS <ssriramiyer@gmail.com>
wrote:

Thanks Jay. That was the first thing I tried. However it does'nt work
on ic6.1.
If you place the file in the technology library, and call it
techlib.layermap (where techlib is whatever your technology library is
called) it will get picked up automatically.

Andrew.
 
On Dec 19 2007, 9:11 pm, SS <ssrirami...@gmail.com> wrote:
Thanks Jay. That was the first thing I tried. However it does'nt work
on ic6.1.
Ah, yes. IC61 uses entirely new GDSII conversion, so now most of
what we know is wrong. :)

I haven't done my IC61 conversion yet, I'll put that on my list of
things
to watch out for.

-Jay-
 
On Dec 25 2007, 4:01 am, andrewb <andr...@DcEaLdEeTnEcTe.HcIoSm>
wrote:
On Wed, 19 Dec 2007 21:11:26 -0800 (PST), SS <ssrirami...@gmail.com
wrote:

Thanks Jay. That was the first thing I tried. However it does'nt work
on ic6.1.

If you place the file in the technology library, and call it
techlib.layermap (where techlib is whatever your technology library is
called) it will get picked up automatically.

Andrew.
Andrew,
let me try this out. Currently we are calling it
techlib.layer_map. May be this is the reason it does'nt work. Will try
it out with techlib.layermap.

-Sriram
 

Welcome to EDABoard.com

Sponsor

Back
Top