Discussion:
Back Annotation simulations
(too old to reply)
rajan
2004-08-07 11:33:38 UTC
Permalink
Hi colleagues,

I have got a SDF file from another colleague. I need to do back-annotated
simulations on this design. Now I would like to know what tools and the
procedure should be followed for doing the back-annotation simulations. This
is the first time for me to do back-annotated simulations.


Thanks in advance.
rajan
Niv
2004-08-08 12:33:40 UTC
Permalink
You'll need the gate level .vhd file that goes with the .sdf file.
(I think).
Niv.
Post by rajan
Hi colleagues,
I have got a SDF file from another colleague. I need to do back-annotated
simulations on this design. Now I would like to know what tools and the
procedure should be followed for doing the back-annotation simulations. This
is the first time for me to do back-annotated simulations.
Thanks in advance.
rajan
Lee
2004-08-08 14:54:34 UTC
Permalink
Hi,

I think you can do time analysis and power analysis in PrimeTime and
Power compiler of Synopsys respectively. Those tools can work on gate
level netlist, usually for architecture design.

In PrimeTime and power compiler, if you don't use SDF file, you can
define a wireload model to estimate the wire parasistics and
resistance. Anyway, the model is not accurate, since it doesn't
consider placement&route. So you need back-annotation.

I think SDF file only talk about the wires (P&R) but gates. Gates
information can be extracted from Synopsys library.

If you already extracted transistor level netlist from layout. You can
run Hspice, Spetre or NanoSim (much faster) for the simulation. In
this case, the back-annotation is not neccessary.

If I am not right, correct me please.
Post by rajan
Hi colleagues,
I have got a SDF file from another colleague. I need to do back-annotated
simulations on this design. Now I would like to know what tools and the
procedure should be followed for doing the back-annotation simulations. This
is the first time for me to do back-annotated simulations.
Thanks in advance.
rajan
rajan
2004-08-08 16:12:10 UTC
Permalink
Hi,

Thanks a lot. In case of doing back-annotation, which tools can be used. Is
this possible with NCsim? Also, is the procedure of doing the
back-annotation same as normal functional simulations with NCsim?

rajan
Post by Lee
Hi,
I think you can do time analysis and power analysis in PrimeTime and
Power compiler of Synopsys respectively. Those tools can work on gate
level netlist, usually for architecture design.
In PrimeTime and power compiler, if you don't use SDF file, you can
define a wireload model to estimate the wire parasistics and
resistance. Anyway, the model is not accurate, since it doesn't
consider placement&route. So you need back-annotation.
I think SDF file only talk about the wires (P&R) but gates. Gates
information can be extracted from Synopsys library.
If you already extracted transistor level netlist from layout. You can
run Hspice, Spetre or NanoSim (much faster) for the simulation. In
this case, the back-annotation is not neccessary.
If I am not right, correct me please.
Post by rajan
Hi colleagues,
I have got a SDF file from another colleague. I need to do
back-annotated
Post by Lee
Post by rajan
simulations on this design. Now I would like to know what tools and the
procedure should be followed for doing the back-annotation simulations. This
is the first time for me to do back-annotated simulations.
Thanks in advance.
rajan
Ansgar Bambynek
2004-08-10 07:57:27 UTC
Permalink
Hi,

usually you instantiate the netlist in a testbench, compile the netlist and
the testbench and start the simulator.
You also need the compiled library for the gate primitives.

The sdf file can be overlayed for timing simulations. Check the simulator
docs on how to do that.
For modelsim the invocation command for the simulator may look like this

vsim -sdftyp /tb_netlist/dut=/home/sim/ab/xc_nl/evalTop_timesim.sdf -t ps
work.cfg_tb_netlist

-sdftyp determines which of the timings in the sdf triplet file will be used
(min, typ or max). You may get different sdf files for different operating
conditions.
/tb_netlist/dut is the hierarchy on which the sdf is overlayed
/home//sim/ab/xc_nl/evalTop_timesim.sdf is the the path and the filename of
the sdf file.
work.cfg_tb_netlist is the testbench configuration

HTH

Ansgar
--
Attention please, reply address is invalid, please remove "_xxx_" ro reply
Post by rajan
Hi,
Thanks a lot. In case of doing back-annotation, which tools can be used. Is
this possible with NCsim? Also, is the procedure of doing the
back-annotation same as normal functional simulations with NCsim?
rajan
Post by Lee
Hi,
I think you can do time analysis and power analysis in PrimeTime and
Power compiler of Synopsys respectively. Those tools can work on gate
level netlist, usually for architecture design.
In PrimeTime and power compiler, if you don't use SDF file, you can
define a wireload model to estimate the wire parasistics and
resistance. Anyway, the model is not accurate, since it doesn't
consider placement&route. So you need back-annotation.
I think SDF file only talk about the wires (P&R) but gates. Gates
information can be extracted from Synopsys library.
If you already extracted transistor level netlist from layout. You can
run Hspice, Spetre or NanoSim (much faster) for the simulation. In
this case, the back-annotation is not neccessary.
If I am not right, correct me please.
Post by rajan
Hi colleagues,
I have got a SDF file from another colleague. I need to do
back-annotated
Post by Lee
Post by rajan
simulations on this design. Now I would like to know what tools and the
procedure should be followed for doing the back-annotation
simulations.
Post by rajan
This
Post by Lee
Post by rajan
is the first time for me to do back-annotated simulations.
Thanks in advance.
rajan
Loading...