You have an example project ready. Next,
you will run the behavioral simulation. By default, the simulation runs in a
pre-compiled mode where the source code for static IP is not added in the project. Run
the simulation in a non-precompiled mode for a better understanding of the feature.
Invoke the following commands in Tcl Console:
-
set_property sim.use_ip_compiled_libs 0 [current_project]
-
launch_simulation
This will run the simulation for 1000 ns.