F-Tile Serial Lite IV Intel® FPGA IP Design Example User Guide
ID
683287
Date
10/22/2021
Public
A newer version of this document is available. Customers should click here to go to the newest version.
1. About the F-Tile Serial Lite IV Intel® FPGA IP Design Example User Guide
2. Quick Start Guide
3. Detailed Description for F-Tile Serial Lite IV Design Example
4. F-Tile Serial Lite IV Intel® FPGA IP Design Example User Guide Archives
5. Document Revision History for the F-Tile Serial Lite IV Intel® FPGA IP Design Example User Guide
2.4. Compiling and Simulating the Design
The design example testbench simulates your generated design.
- Change the working directory to <example_design_directory>/ed_sim.
- Run the simulation script for the simulator of your choice.
Table 6. Testbench Simulation Scripts Simulator File Directory Command VCS* <variation name>seriallite4_0_example_design/ed_sim sh run_vcs.sh VCS* MX <variation name>seriallite4_0_example_design/ed_sim sh run_vcsmx.sh ModelSim* /QuestaSim <variation name>seriallite4_0_example_design/ed_sim source (Tools - Tcl - Execute Macro) run_mentor.tcl - When the simulation is complete, you can now analyze the results and verify the design. A successful simulation ends with the following message, "Test Passed."
# ****************************** Data Forwarding Test Completed ****************************
#
# ************************************** Test Completed ************************************
#
# End time = 534579600
#
# Total words tranferred = 10000
#
# Number of bursts = 0
#
# Random number generator seed = 1756255697
#
# Link Latency = 434 ns
#
# *************************************** Test Passed **************************************