| Author |
Message |
dr.farnsworth
Joined: 05 Jan 2005 Posts: 56 Helped: 2
|
21 Jul 2006 13:51 how to get standard cell library in icfb |
|
|
|
|
| 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?
|
|
| Back to top |
|
 |
asping
Joined: 07 Jan 2006 Posts: 11
|
22 Jul 2006 11:26 how to get standard cell library in icfb |
|
|
|
|
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
|
|
| Back to top |
|
 |
dr.farnsworth
Joined: 05 Jan 2005 Posts: 56 Helped: 2
|
24 Jul 2006 8:25 Re: how to get standard cell library in icfb |
|
|
|
|
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 ??
|
|
| Back to top |
|
 |
altra
Joined: 07 Sep 2003 Posts: 19
|
24 Jul 2006 14:43 Re: how to get standard cell library in icfb |
|
|
|
|
| directly copy the view into you cell directory.then you can find the view in you library manager.
|
|
| Back to top |
|
 |
dr.farnsworth
Joined: 05 Jan 2005 Posts: 56 Helped: 2
|
24 Jul 2006 15:08 Re: how to get standard cell library in icfb |
|
|
|
|
| Could explain clearly what view to be copied??
|
|
| Back to top |
|
 |
research235
Joined: 15 Mar 2006 Posts: 274 Helped: 16
|
26 Jul 2006 16:08 Re: how to get standard cell library in icfb |
|
|
|
|
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
|
|
| Back to top |
|
 |
drake
Joined: 27 Jul 2006 Posts: 6
|
27 Jul 2006 14:08 Re: how to get standard cell library in icfb |
|
| tags: ahdllib |
|
|
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....
|
|
| Back to top |
|
 |
dr.farnsworth
Joined: 05 Jan 2005 Posts: 56 Helped: 2
|
27 Jul 2006 14:56 Re: how to get standard cell library in icfb |
|
|
|
|
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 ?
|
|
| Back to top |
|
 |