I wanna transfer one library to another different foundry, b

H

Harryzhu

Guest
Hi,

I have one finished library, and wanna transfer it to another different
foundry,so I write one map file and give the opposite layer number to
current using layer, then when I export stream, I fill in the 'layer maple
file' with it. This can work well when the two foundry have alike layer. But
Now I met a difficulty, since there's DIFF layer and PPlus layer on one
foundry, when draw nmos, you use DIFF layer directly, when pmos, you need to
use PPlus in addition. But in the new foundry, there's NDIFF and PDIFF which
use as nmos and pmos accordingly. How should I distinguish nmos and pmos in
the new foundry and map them automatically after transfer? Thanks for your
help!

Have a good day!

Best Regards,

Harryzhu
 
Use the boolean operations to generate what you need in an intermediate
step.

i.e.
PDIFF = dbLayerAnd( DIFF PPlus )
NDIFF = dbLayerAndNot( DIFF PPlus)


-- Gerry

"Harryzhu" <harrytone@sohu.com> wrote in message
news:d0rsni$37b$1@mail.cn99.com...
Hi,

I have one finished library, and wanna transfer it to another different
foundry,so I write one map file and give the opposite layer number to
current using layer, then when I export stream, I fill in the 'layer maple
file' with it. This can work well when the two foundry have alike layer.
But
Now I met a difficulty, since there's DIFF layer and PPlus layer on one
foundry, when draw nmos, you use DIFF layer directly, when pmos, you need
to
use PPlus in addition. But in the new foundry, there's NDIFF and PDIFF
which
use as nmos and pmos accordingly. How should I distinguish nmos and pmos
in
the new foundry and map them automatically after transfer? Thanks for your
help!

Have a good day!

Best Regards,

Harryzhu
 
"G Vandevalk" <vdvalk@rogers.com> Đ´ČëÓĘźţ
news:moednVxylYLot6vfRVn-3g@rogers.com...
Use the boolean operations to generate what you need in an intermediate
step.

i.e.
PDIFF = dbLayerAnd( DIFF PPlus )
NDIFF = dbLayerAndNot( DIFF PPlus)


-- Gerry

Where and how to do the operation? Should I write one skill script? But when
export stream out, if you give one skill script, virtuoso will ignore the
map file. Since I'm not familiar with skill and it's difficult to let me
finish both the transfer and boolean operations in one skill script. Do you
have other methods? Thanks for your help!

Best Regards,

Harryzhu


"Harryzhu" <harrytone@sohu.com> wrote in message
news:d0rsni$37b$1@mail.cn99.com...
Hi,

I have one finished library, and wanna transfer it to another
different
foundry,so I write one map file and give the opposite layer number to
current using layer, then when I export stream, I fill in the 'layer
maple
file' with it. This can work well when the two foundry have alike layer.
But
Now I met a difficulty, since there's DIFF layer and PPlus layer on one
foundry, when draw nmos, you use DIFF layer directly, when pmos, you
need
to
use PPlus in addition. But in the new foundry, there's NDIFF and PDIFF
which
use as nmos and pmos accordingly. How should I distinguish nmos and pmos
in
the new foundry and map them automatically after transfer? Thanks for
your
help!

Have a good day!

Best Regards,

Harryzhu
 

Welcome to EDABoard.com

Sponsor

Back
Top