At post-synthesis and post-implementation, you can run a functional or a Verilog timing simulation. The following figure illustrates the post-synthesis and post-implementation simulation process:
Figure 1. Post-Synthesis and Post-Implementation Simulation
The following is an example of running a post-synthesis functional simulation from the command line:
synth_design -top top -part xc7k70tfbg676-2
open_run synth_1 -name netlist_1
write_verilog -mode funcsim test_synth.v
launch_simulation
Tip: When you run a post-synthesis or post-implementation timing simulation, you must run the
write_sdf
command after the write_verilog
command, and the appropriate annotate command is needed for elaboration and simulation.