MIPI D-PHY IP User Guide: Agilex™ 5 FPGAs

ID 817561
Date 7/08/2024
Public
Document Table of Contents

5.5.2.2. Simulating MIPI D-PHY IP Design Example with Modelsim* and Questasim*

  1. At the command prompt, change the working directory: <example_design_directory>/sim/ed_sim/mentor
  2. Invoke vsim by typing vsim, which launches a window where you can run the following commands.
  3. Execute the following command in the transcript terminal:
    source msim_setup.tcl
  4. Run the following command in the transcript terminal:
    ld_debug
  5. After the command completes, you can add the desired signal to observe by right clicking and selecting Add Wave.
  6. To perform the simulation, run the following command:
    run -all
  7. When the simulation has completed, a dialog box appears, asking if you want to finish. Click No, return to the simulator, and analyze the waveform that you have added.
  8. A successful simulation displays the following message:
    Simulation completed successfully (SIMULATION PASSED).