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 get gate-leve netlist when synthesis with DC

Status
Not open for further replies.

feel_on_on

Full Member level 5
Joined
Apr 29, 2005
Messages
283
Helped
6
Reputation
12
Reaction score
4
Trophy points
1,298
Activity points
3,208
how to get gate-leve netlist when synthesis with Design Compiler?
I need to make a post-simulation
 

use DC command:
write -h -format verilog -output xxx.v
 

Hi all,

You can write out the netlist following way
set design $TOP #$TOP is toplevel design.
write -h -f verilog -o ${TOP}.v

you can't use it for the post-simulationstiming but you can use it for the post-simulations functional.
since it don't have the clock and reset tree's.the delay and load on these net's will be more.

regards,
ramesh.s
 

thanks,but how to get post-simulation gate-level netlist ? after P&R,then...save this gate-level netlist ?
 

Hi,

yes, you need to get the P&R netlist for the post-simulation for timing along with the SDF in required formate.

regards,
ramesh.s
 

hi feel_on_on
wat i think is u r accustomed to the fpga flow(if i am right xilinx ise) and u r trying to link it with asic flow.
in asic a single tool cannot perform everything as in an fpga flow.
check out the dc reference guide which gives u a good insight into the flow.
good luck
regards
srinivas
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top