Visible to Intel only — GUID: myw1711514769498
Ixiasoft
1.2. Simulating the Design
The input to and the output from the DUT is AXI4-Stream. When not running in passthrough mode this complies with the Intel FPGA Streaming Video Protocol Specification.
The testbench follows a standard structure, where a source generates stimulus that passes into the DUT. Then the output of the DUT passes into a sink that checks the received signals and data.
Because MIPI CSI-2 is an image transport standard, the source generates image frames as a series of pixel data packets and required control packets. The sink checks that the data and signals received exactly match what was sent by the source.
The stimulus provided creates 10 small image frames with a resolution of 128x96.
The parameters used for the testbench, such as number of MIPI lanes and image format, match those you chose when creating the IP.
- Navigate to the simulation directory of your choice.
- Run the simulation script for the supported simulator. The script compiles and runs the testbench in the simulator.
- Analyze the results.
# ed_sim_tb: # ed_sim_tb: SUCCESS: Test has completed! # Simulation passed # ** Note: $finish : ../../ed_sim_tb.sv(150) # Time: 2096585 ns Iteration: 0 Instance: /ed_sim_tb # End time: 23:47:25 on Mar 20,2024, Elapsed time: 0:01:14 # Errors: 0, Warnings: 5217
Simulator | Working Directory | Instructions |
---|---|---|
Questasim | /ed_sim/sim/mentor | In the command line, type vsim -c -do sim.do. |
Riviera-PRO | /ed_sim/sim/aldec | In the command line, type vsim -c -do sim.do.. |
VCS MX | /ed_sim/sim/synopsys/vcsmx | In the command line, type source sim.sh. |