P
Peppe
Guest
Which is the difference between Functional and Post-Synthesis Simulation?
Thanks
Peppe
Thanks
Peppe
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You write the (VHDL or Verilog) code for the 'functional' sim....you runWhich is the difference between Functional and Post-Synthesis Simulation?
"Peppe" <peppe@peppe.it> wrote in message
news:450407b8$0$30243$4fafbaef@reader1.news.tin.it...
Which is the difference between Functional and Post-Synthesis Simulation?
You write the (VHDL or Verilog) code for the 'functional' sim....you run
that code through some sort of tool to synthesize it and target a specific
device. One of the outputs of synthesis is another (supposedly
equivalent) model (VHDL or Verilog) which also models predicted timing of
that code in the targetted device. If you use that synthesis output model
in place of the code that you wrote you should see no differences in
function (i.e. given the same input stimulus, the outputs using your
original code and the synthesis output code should be the same).
KJ
Because the results 'should be' the same....and 'should be' does not implyIf the results should be same...why should I do both simulation?