Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Back Annotation simulations

 
Thread Tools Search this Thread
Old 08-07-2004, 12:33 PM   #1
Default Back Annotation simulations


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
  Reply With Quote
Old 08-08-2004, 01:33 PM   #2
Niv
 
Posts: n/a
Default Re: Back Annotation simulations
You'll need the gate level .vhd file that goes with the .sdf file.
(I think).
Niv.

"rajan" <> wrote in message
news:cf2f8d$8la$...
> 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
  Reply With Quote
Old 08-08-2004, 03:54 PM   #3
Lee
 
Posts: n/a
Default Re: Back Annotation simulations
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.


"rajan" <> wrote in message news:<cf2f8d$8la$>...
> 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
  Reply With Quote
Old 08-08-2004, 05:12 PM   #4
rajan
 
Posts: n/a
Default Re: Back Annotation simulations
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
"Lee" <> wrote in message
news: om...
> 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.
>
>
> "rajan" <> wrote in message

news:<cf2f8d$8la$>...
> > 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
  Reply With Quote
Old 08-10-2004, 08:57 AM   #5
Ansgar Bambynek
 
Posts: n/a
Default Re: Back Annotation simulations
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

"rajan" <> schrieb im Newsbeitrag
news:cf5jl9$i24$...
> 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
> "Lee" <> wrote in message
> news: om...
> > 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.
> >
> >
> > "rajan" <> wrote in message

> news:<cf2f8d$8la$>...
> > > 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

>
>





Ansgar Bambynek
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Back button doesn't work when it is a secure page returning to a non secure page Miss Mary General Help Related Topics 1 09-21-2007 10:32 AM
DVD Review - J.J. Cale - To Tulsa and Back: On Tour with J.J. Cale John Metzger DVD Video 0 07-12-2006 12:26 AM
Microsoft explains its decision to back HD DVD. Allan DVD Video 4 10-04-2005 04:27 PM
HD DVD's holiday bash in doubt as majors pull back. Allan DVD Video 17 09-07-2005 03:47 AM
New releases: Fox two pack blitz, WB 3 packs: Updated complete downloadable R1 DVD DB & info lists Doug MacLean DVD Video 0 08-19-2003 05:39 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46