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 do the post-synthesis simulation?

Status
Not open for further replies.

swgchlry

Member level 4
Joined
Dec 8, 2003
Messages
69
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
718
I have synthesized my design using synopsys dc and got a .db file. But how can i do the post-synthesis simulation? Could I use nc-verilog to do this? If can't, which tool should i choose?
 

Why not! You can extract a netlist from your synthesized design. If your RTl or behavioral code was written by VHDL, you'd better extract a VHDL netlist because your testbenches are VHDL style. It is possible to simulate mixed language in most of simulator, but my experience shows that not to do it.
After nestlist extraction, you can simulate it by using any simulator. One of important points is about library which should be compiled before compiling your netlist. This library is delivered by manufacturer which includes gate level descriptions of different components.

Regards,
KH
 

Thanks for "khorram", your suggestion is helpful.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top