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.

converting a .lib file to a .db file

Status
Not open for further replies.

DoorunderBhatwadekar

Newbie level 2
Joined
Mar 7, 2004
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
21
convert .lib to .db

w poliscz internetowy

We got a tool to convert the layouts to .lib format... we now need a tool to convert the .lib file to a .db file... ne poniters to such a tool.. will be appreciated...
 

write_lib

try "library_compiler" provided by synopsys
 

convert lib to db

Yes.You can use library_compiler to convert your libary from lib format to db format.
%dc_shell
dc_shell>read_lib ./path/library_file_name.lib(ex: TSM018AG_AASW.lib)
dc_shell>write_lib library_name -f db -o ./path/library_file_name.db
 
how to convert .lib to .db

horzonbluz said:
Yes.You can use library_compiler to convert your libary from lib format to db format.
%dc_shell
dc_shell>read_lib ./path/library_file_name.lib(ex: TSM018AG_AASW.lib)
dc_shell>write_lib library_name -f db -o ./path/library_file_name.db
That's dc_shell, right?, but it really works.
 
lc_shell

Yes.

Both dc_shell (Design Compiler) and Library Compiler (lc_shell)
can do this translation.
--------------------------------------------------------------------------
lc_shell> read_lib ...
lc_shell> write_lib ...
 

synopsys convert lib to db

Use "read_lib", then "write_lib", of course you need a library compiler license.
 

.lib to .db conversion

DoorunderBhatwadekar said:
w poliscz internetowy

We got a tool to convert the layouts to .lib format... we now need a tool to convert the .lib file to a .db file... ne poniters to such a tool.. will be appreciated...


Could you please tell me whck tool can convert layout to .lib ?
Thanks
 

synopsys lib convert db

You 'll need a library-compiler license to convert .lib to a .db with functional description. However for black-box translation with timing parameter only, the error message complaining no LC license can be ignored. The .db still works, who cares....
 

convert .db to .lib

You CAN NOT use those commands from DC if you
dont have a library compiler license.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top