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 convert lib file to db file?

Status
Not open for further replies.

vahid_roostaie

Newbie level 5
Newbie level 5
Joined
Sep 30, 2005
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,384
I want to construct db file from lib file. is there any special command or special method for this?
 

rameshsuthapalli

Full Member level 3
Full Member level 3
Joined
Jun 27, 2006
Messages
154
Helped
24
Reputation
48
Reaction score
7
Trophy points
1,298
Location
bangalore,india
Activity points
2,129
how to convert .lib to .db

Hi vahid_roostaie,

if u want to convert the lib to db. u need to have librarie compiler if u need the functionality. other wise if u need the db for the link processs like rams then u can obtain db using the design-compiler also.

read_db library.lib
list_libs
write_lib -macroname -formate db -o library.db

will give u the db in the design-compiler.
regards
rameshs
 

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
convert .lib to .db

read_db cannot read lib file, it can only read db format to read lib file you have use read_lib

read_db library.lib
list_libs
write_lib -macroname -formate db -o library.db
 

dcreddy1980

Full Member level 5
Full Member level 5
Joined
Dec 3, 2004
Messages
241
Helped
46
Reputation
92
Reaction score
21
Trophy points
1,298
Location
Munich, Germany
Activity points
1,532
converting .db to .lib

Hi,

just try this in library compiler,

read_lib x.lib
write_lib -format db x

then u can have x.db file in u r directory where u have executed the above commands. Hope this helps u.
 

spauls

Advanced Member level 2
Advanced Member level 2
Joined
Dec 17, 2002
Messages
524
Helped
26
Reputation
52
Reaction score
9
Trophy points
1,298
Activity points
3,354
read lib file

Just cross check that library name for reading and writting should be same.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Top