Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to get standard cell library in icfb

Status
Not open for further replies.

dr.farnsworth

Member level 3
Member level 3
Joined
Jan 5, 2005
Messages
56
Helped
15
Reputation
30
Reaction score
14
Trophy points
1,288
Activity points
401
bmslib cadence

How can we get standard cell library in library manager (icfb), directly including the library path in the library manager doesnt help. We shuld be able to see the cells with different cellviews like layout, symbol etc. how can we do that?
 

icfb layout symbol

you can define as below in the cds.lib file in the directory you start up the icfb.
DEFINE <libname> <libpath/libname>
example:
DEFINE stdcell_lib /xxx/xxx/stdcell_lib
 

icfb library std cell

hello asping

Standard cell library directory has sub-directories for verilog, vhdl models, symbols, lib, silicon libary etc... directly adding the library path will not arrange them like cells with different cellviews

any other suggestions ??
 

digital cell icfb

directly copy the view into you cell directory.then you can find the view in you library manager.
 

icfb library

Could explain clearly what view to be copied??
 

icfb cell

hi ,
here we go with detailed steps of invoking icfb,

1) mkdir ( for example work_cadence)
2) cd work_cadence
3) copy cadence.cshr ( file nme changes, this has all setting for using icfb)
4) copy CDS.lib ( this is the file which has setting for using diff tech files eg 90nm, 65nm ,NCSU etc )
5) source cadence.cshrc
6)icfb&

if u have correct path setting to tech files in CDS.lib, i am sure it wull have all u wanted .

best regards

Suresh
 

icfb standard cell

it's very easy....

go to your "work DIR", where you start cadence with "icfb"
next you open cds.lib file with "nano" soft:

nano cds.lib

My cds.lib composition is here
(if you want you can copy my libraries)

SOFTINCLUDE $UCDPRJDIR/.ukcds5/${UK_CDS_PREFIX}cds.lib

DEFINE ahdlLib $CDS_INST_DIR/tools/dfII/samples/artist/ahdlLib
DEFINE rfLib $CDS_INST_DIR/tools/dfII/samples/artist/rfLib
DEFINE pllLib $CDS_INST_DIR/tools/dfII/samples/artist/pllLib
DEFINE bmslib $CDS_INST_DIR/tools/dfII/samples/artist/bmslib

DEFINE analogLib $CDS_INST_DIR/tools/dfII/etc/cdslib/artist/analogLib
DEFINE functional $CDS_INST_DIR/tools/dfII/etc/cdslib/artist/functional
DEFINE basic $CDS_INST_DIR/tools/dfII/etc/cdslib/basic
DEFINE US_8ths $CDS_INST_DIR/tools/dfII/etc/cdslib/sheets/US_8ths

many libraries are in cadence folders....
 

verilog models for standard cells

drake and research235

that way doesnt work bec standard library has sub folders for verilog models,vhdl models, symbols, lib etc..

for example if you have analog library you have cell and different views for that cell that is functional, schematic, llayout etc..

So is it possible to get the standard cells also to icfb like we can each cells with different cell views??

Added after 3 minutes:

Getting analog libraries is easy what abt digital standard libraries is it possible or not ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top