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

Reply

VHDL - Post Synthesis VHDL

 
Thread Tools Search this Thread
Old 11-21-2006, 07:11 PM   #1
Default Post Synthesis VHDL


Hi all

Is post synthesis VHDL the same as the original VHDL
that generated the netlist ?

I am asking this because I want to understand the
post synthesis simulation process.

Thanks in advance
ec






ec
  Reply With Quote
Old 11-21-2006, 07:38 PM   #2
Mike Treseler
 
Posts: n/a
Default Re: Post Synthesis VHDL

ec wrote:

> Is post synthesis VHDL the same as the original VHDL
> that generated the netlist ?


Have a look in your editor and see.
VHDL source code is human readable.
A netlist is a big web of LUTs and flops.

> I am asking this because I want to understand the
> post synthesis simulation process.


Consider working on functional coverage
and static timing first. The rest is
icing on the cake.

-- Mike Treseler
  Reply With Quote
Old 11-21-2006, 10:14 PM   #3
Andy
 
Posts: n/a
Default Re: Post Synthesis VHDL


I agree with Mike.

The job of a synthesis tool is to create hardware that will behave like
the RTL code simulates. Simulating the post-synthesis netlist _may_
find problems caused by the synthesis tool not doing its job properly.
But those errors are much less likely than problems in your RTL
description (i.e. the design not doing what it is supposed to do), so
focus on covering more functionality in your RTL simulations instead.
Most well-written RTL will simulate much faster than gate level
simulations, with or without full (post-route) timing. Faster
simulations mean more simulations can be run, and more corner cases
covered.

Place and route tools implement the netlist from synthesis in a way
such that the timing constraints are met. If all paths are constrained
correctly, STA will determine whether or not configured FPGA will
behave the same way as the RTL simulation. The trick is ensuring your
constraints are correct to begin with. The only thing that STA cannot
verify is that multi-cycle and false path constraints are truly
multi-cycle or false. It takes post-route, full-timing simulation, and
carefully targeted scenarios, to confirm those.

Hope this helps,

Andy

Mike Treseler wrote:
> ec wrote:
>
> > Is post synthesis VHDL the same as the original VHDL
> > that generated the netlist ?

>
> Have a look in your editor and see.
> VHDL source code is human readable.
> A netlist is a big web of LUTs and flops.
>
> > I am asking this because I want to understand the
> > post synthesis simulation process.

>
> Consider working on functional coverage
> and static timing first. The rest is
> icing on the cake.
>
> -- Mike Treseler


  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
Forum Jump