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.

Need to know the Inputs at each stage in Physical Design? Please respond...

Status
Not open for further replies.

SravanPD

Newbie level 2
Joined
Oct 30, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,290
Kindly give me an outline about inputs in each stage i,e: Simulation, Floor Planning, Placement, CTS, Routing. of PD
 

Inputs for Physical Design

.lef (Layout Exchange Format) --> physical library
.lib (liberty format) --> logical/timing library (both slow and fast library)
.io (Input/output) --> I/O pad libraries
.sdc (Synopsys Design Constraints) --> constraint file which is obtained from synthesis output
.v or .vhd (Verlog or VHDL code) --> RTL code of the design
 

-->for simulation only need is the RTL code (.v/.vhd) and for verification, corresponding test-bench is needed.

-->for synthesis the inputs are
1) .v/.vhd (verilog/ VHDL code) - technology independent
2) design constraints
3) .lib (timing library)
outputs of synthesis
1).vg (Verilog gate level netlist) - technology dependent
2).sdc (Synopsys design constraints)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top