Hi Kedar,
To generate a post-synthesis netlist along with an SDO timing file, use
the following commands:
quartus_map <project name> -c <revision>
quartus_tan <project name> -c <revision> --post_map --zero_ic_delays
quartus_eda <project name> -c <revision> --simulation --tool=<toolname>
--format=verilog
When you generate the VO/VHO and SDO file using the quartus_eda
executable, you will receive the following warning message:
Warning: Standard Delay Output File (.sdo) contains estimated delays --
run Fitter first to annotate SDF Output File with exact delays
After you perform your post-synthesis simulations, Altera recommends
that you complete a full compilation and regenerate the VO/VHO and SDO
files to include exact delays of your design for gate-level timing
simulations. A full compilation in the Quartus II software includes
synthesis, placement and route.
For more information, please refer to the following solution
http://www.altera.com/support/kdb/20...92005_405.html
If you do not want to wait for a full place-and-route, you can use the
Early Timing Estimator, in the Quartus II software, to perform a
preliminary place-and-route in a fraction of the time of a full
place-and-route. After the Early Timing Estimator, you can generate a
simulation netlist with the early timing estimates.
Albert Chang
Senior Applications Engineer
Altera Corporation
[email protected] wrote:
> Hi Morpheus And Ben
>
> Thanks for your reply but my confusion is
> 1. In Quartus tool Full Compilation means complete implementation and
> that generates both .vho and .sdo file for me after fitting and place
> route.
>
> 2. But is there any option to generate a back anotated post synthesis
> .vhd file or .vho file with a .sdo file after gate level synthesis
>
> so after simulating the post synthesis .sdo file can we get only gate
> delays in simulation and not the net or routing(wire) delays
>
> thanks
> regards
> Kedar