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.

Timing Simulation of ASIC Netlist

Status
Not open for further replies.

grand

Junior Member level 1
Joined
Apr 8, 2002
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
44
Hi.

I have a Stabdard Cell Library description in Synopsys format (*.lib). Also I have a Verilog model of these cells with unit delay. As I noted, the *.lib file contains all necessary data of the timing characteristics of each cell.

For synthesis I use Leonardo Spectrum and Synplify ASIC.

So, my question is can I simulate the synthesed netlist with delays described in *.lib file? If YES - how?
 

Yes you can!
I haven't worked with your synthesys tools but e.g. Synopsys can write the sdf file with the timing relative of your implementation.
Try to see, if in some menu, you can find an option to save the sdf file or the back-annotation file and use it with your simulation tool.
 

Since you are using dc, would you please try the following command:

write_constraints -format sdf(or sdf-v2.1) -cover_design filename.sdf

make your gate level design and sdf to be the input of your simulator...
 

You should extract sdf and use this sdf in simulation. Of course your verilog cell library has only unit delays but during sdf annotation simulator replace these delays by delays from sdf file.
 

be sure that you have add right constraints on your design before you write out your sdf file, or your sdf will not make sense.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top