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.

what is .lib,LEF,SDC,NETLIST.V,?Plz tell me in detail and wi

Status
Not open for further replies.

vamsi_addagada

Full Member level 2
Joined
Jul 5, 2007
Messages
132
Helped
6
Reputation
12
Reaction score
3
Trophy points
1,298
Location
bangalore
Activity points
2,071
what is .lib,LEF,SDC,NETLIST.V,?Plz tell me in detail and with files of those?
 

*.lib contains the standard cell information, but only the timing information of the cells. This is used during the synthesis and STA phases.

LEF file has the physical information of the std.cells. Some lef file have the physical information of the pads as well. This file is used during the P&R section.

SDC or synopsys design constraint files are used to constraint the design. This file is used to get the netlist of the design and is further used during the P&R phase as well.

Netlist.v, as u know, is the file you get out of synthesizing the RTL file to a particular library(*.lib file).

Incase if you need any particular information about any of the files, please post the question.
 
Re: what is .lib,LEF,SDC,NETLIST.V,?Plz tell me in detail an

LEF = library extraction format it also contains RC values also

SDC contains clock information,false path and multi cycle path, cap,fanout and transition values

.v is gate level net list file which is o/p from synthesis

.lib also contains power and timing look up tables
 
Re: what is .lib,LEF,SDC,NETLIST.V,?Plz tell me in detail an

Hi Amruth, I would like to correct you..

LEF --> Library Exchange format...

not Library Extraction format..
 
Short and to the point...nice work by Sree....Sums up pretty well

You can mark this thread as solved I guess
*.lib contains the standard cell information, but only the timing information of the cells. This is used during the synthesis and STA phases.

LEF file has the physical information of the std.cells. Some lef file have the physical information of the pads as well. This file is used during the P&R section.

SDC or synopsys design constraint files are used to constraint the design. This file is used to get the netlist of the design and is further used during the P&R phase as well.

Netlist.v, as u know, is the file you get out of synthesizing the RTL file to a particular library(*.lib file).

Incase if you need any particular information about any of the files, please post the question.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top