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 .v library to .lib or .db ?

Status
Not open for further replies.

omara007

Advanced Member level 4
Joined
Jan 6, 2003
Messages
1,237
Helped
50
Reputation
102
Reaction score
16
Trophy points
1,318
Location
Cairo/Egypt
Activity points
9,716
Hi folks

How to convert a ".v" library into ".lib" or ".db" using Synopsys Memory Compiler ?
 

U can use DC
first read_verilog ***.v
then write -format db -output ***.db

this is lib2db example
read_lib ***.lib
write_lib TOP_MODULE -format db -output ***.db
 

.v library files are simulaiton library, they do not have the same information as your techlib file .db or .lib has. So you cannot convert a .v library file into a .lib or a .db as a technology library.
Hope it helps
Kr,
Avi
 

.V files are your verilog models. If u want to create .lib files, u need to have layout. U Need to run Library Compiler to generate .lib files.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top