Visible to Intel only — GUID: tos1508107400894
Ixiasoft
1.1. Creating an EMIF Project
1.2. Generating and Configuring the EMIF IP
1.3. Generating the Synthesizable EMIF Design Example
1.4. Generating the EMIF Design Example for Simulation
1.5. Simulation Versus Hardware Implementation
1.6. Simulating External Memory Interface IP With ModelSim
1.7. Pin Placement for Intel® Stratix® 10 EMIF IP
1.8. Compiling and Programming the Intel® Stratix® 10 EMIF Design Example
1.9. Debugging the Intel® Stratix® 10 EMIF Design Example
Visible to Intel only — GUID: tos1508107400894
Ixiasoft
1.6. Simulating External Memory Interface IP With ModelSim
This procedure shows how to simulate the EMIF design example.
- Launch the Mentor Graphics* ModelSim software and select File > Change Directory. Navigate to the sim/ed_sim/mentor directory within the generated design example folder.
- Verify that the Transcript window is displayed at the bottom of the screen. If the Transcript window is not visible, display it by clicking View > Transcript.
- In the Transcript window, run source msim_setup.tcl.
- After source msim_setup.tcl finishes running, run ld_debug in the Transcript window.
- After ld_debug finishes running, verify that the Objects window is displayed. If the Objects window is not visible, display it by clicking View > Objects.
- In the Objects window, select the signals that you want to simulate by right-clicking and selecting Add Wave.
- After you finish selecting the signals for simulation, execute run -all in the Transcript window. The simulation runs until it is completed.
- If the simulation is not visible, click View > Wave.
Related Information