- Open a RLDRAM 3 example Vivado project (Open IP Example Design...), then under Flow Navigator, select Simulation Settings.
- Select Target simulator as
Incisive Enterprise Simulator (IES).
- Browse to the compiled libraries location and set the path on Compiled libraries location option.
- Under the Simulation tab, set the
ies.simulate.runtime
to 1 ms (there are simulation RTL directives which stop the simulation after certain period of time, which is less than 1 ms) as shown in the following figure. The Generate Scripts Only option generates simulation scripts only. To run behavioral simulation, Generate Scripts Only option must be de-selected.
- Apply the settings and select OK.
- In the Flow Navigator window, select
Run Simulation and select Run Behavioral Simulation option as shown:
- Vivado invokes IES and simulations are run in the IES tool. For more information, see the Vivado Design Suite User Guide: Logic Simulation (UG900).