Post Synthesis VHDL

E

ec

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
 
M

Mike Treseler

ec said:
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
 
A

Andy

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top