Following are the steps to generate simulation CED:
- Launch Vivado.
- Refer CED Generation Steps section to update the design.
- Click Next.
, select the appropriate design, click - Create project, click Next.
- Select board (vck190 for CPM4 Design and vpk120 for CPM5 Design).
- Click Finish.
- Simulation steps:
- Use the latest Vivado version
- Choose a compatible Questa version
- To launch simulation, under Project Manager, click
- Update Target Simulator as Questa
- Update Compiled Library Location
- Select Generate Simulation scripts only check box
- Click Run Simulation under flow navigator. This step generates the required script under <project_name>/<project_name>.sim/sim_1/behav/questa directory.
- Go to the same directory % cd
<project_name>/<project_name>.sim/sim_1/behav/questa,
execute the following scripts:
-
%./compile.sh
-
%./elaborate.sh
-
%./simulate.sh
Note: For CPM simulation, you must use Synopsys VCS or Siemens Questa simulation tools. -