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

Reply

VHDL - POST SYNTHESYS SIMULATION

 
Thread Tools Search this Thread
Old 10-30-2006, 04:51 PM   #1
Default POST SYNTHESYS SIMULATION


Hi all
Is it posible to simulate after plac and route ?
what I mean is it possible to see the delays contributed to the model after
place and route in the vhdl code?

Thanks
EC




ec
  Reply With Quote
Old 10-30-2006, 05:40 PM   #2
KJ
 
Posts: n/a
Default Re: POST SYNTHESYS SIMULATION

ec wrote:
> Hi all
> Is it posible to simulate after plac and route ?
> what I mean is it possible to see the delays contributed to the model after
> place and route in the vhdl code?
>
> Thanks
> EC


Yes, one of the outputs of place and route is a VHDL (or Verilog)
simulation model that incorporates expected propogation delays.

Although the time delays are in the model, this model does not become a
substitute for performing timing analysis since the model does not
allow you to use the full range of delays under all conditions (i.e.
you can do 'min', 'max' or 'typical' timing but no mix and match) so
simulation with this model is generally of limited utility...plus it
will run much slower than the functional model that was the input to
synthesis.

KJ



KJ
  Reply With Quote
Old 11-02-2006, 05:15 AM   #3
Hubble
 
Posts: n/a
Default Re: POST SYNTHESYS SIMULATION

KJ schrieb:

> ec wrote:
> > Hi all
> > Is it posible to simulate after plac and route ?
> > what I mean is it possible to see the delays contributed to the model after
> > place and route in the vhdl code?

>
> Yes, one of the outputs of place and route is a VHDL (or Verilog)
> simulation model that incorporates expected propogation delays.
>

Which usually consists of the netlist in e.g. VHDL which comes from the
synthesis stage and an SDF (standard delay format) file which is in
EDIF file and contains min/typ/max timings for each instance. Using a
simulator like Modelsim, you can do the following:

- compile the (VHDL) netlist
- In your testbench, create a new architecture for the top entity of
the design (which is part of the testbench)
- Start modelsim. Instruct it to use the SDF file for the design and
max timing
- Run your tests
- Redo it with min.

Min/Max are sufficient if you simulate all possible stages in all
combinations. Since this is not possible for medium sized and big sized
designs, an additional static time analysis is required for ASICs.

Hubble.



Hubble
  Reply With Quote
Old 11-02-2006, 11:30 AM   #4
KJ
 
Posts: n/a
Default Re: POST SYNTHESYS SIMULATION

"Hubble" <> wrote in message
news: ups.com...
>
> KJ schrieb:
>
>
> Min/Max are sufficient if you simulate all possible stages in all
> combinations. Since this is not possible for medium sized and big sized
> designs, an additional static time analysis is required for ASICs.
>

"Simulate all possible stages in all combinations" is not possible in any
but the most trivial design (like anything above a CPLD) in any time frame
that is less than that required to perform static timing analysis. Not to
mention even being able to define what 'all combinations' really means
(hint: it's not getting 100% line code coverage, but getting 100% line code
coverage under all possible combinations of input and states).

KJ




KJ
  Reply With Quote
Old 11-03-2006, 05:52 AM   #5
Hubble
 
Posts: n/a
Default Re: POST SYNTHESYS SIMULATION

> "Simulate all possible stages in all combinations" is not possible in any
> but the most trivial design (like anything above a CPLD) in any time frame
> that is less than that required to perform static timing analysis. Not to
> mention even being able to define what 'all combinations' really means
> (hint: it's not getting 100% line code coverage, but getting 100% line code
> coverage under all possible combinations of input and states).


Hint: I mentioned medium sized designs. You can give an upper limit of
all combinations in combinatorial and RTL designs (the most common ones
for synthesis), which is simply 2^(inputs+internal signals). Too big
for all designs above ~60 signals.

Hubble.



Hubble
  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
Post Your products, we`ll give you buyers! Submit your products - Free for All DVD Video 0 11-08-2007 06:34 PM
KO mafia CFR ILLUMINATI ! Global Democracy TRIVOLUZIONE ARTSENU COLD FUSION W post OPEC ! molcaleviATyahoogroupsDOTcom DVD Video 0 02-07-2007 06:14 PM
REINHART OBJECTS TO POST THEFT john33907@comcast.net DVD Video 0 11-30-2003 05:18 AM
JOHN33907 POST STEALER john33907@comcast.net DVD Video 0 11-30-2003 05:17 AM
system won't post! X A+ Certification 5 09-27-2003 11:16 PM




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