| dsi2_ed_sim_tb |
The top-level testbench wrapper, which instantiates the test logic and the DUT. |
| test_axis |
This wraps the test logic that triggers the production of test data and checks the output data. |
| dut_wrapper |
This contains the system under test, with the MIPI DSI-2 TX IP and the other modules required to create the system being tested. |
| Video Generator |
This produces data that takes the form of video pixel data on the Altera Video Streaming Protocol (full variant) interface. |
| MIPI DSI-2 TX |
MIPI DSI-2 TX IP in the configuration. |
| MIPI D-PHY TX |
MIPI D-PHY transmitter IP in a configuration compatible with the MIPI DSI-2 TX IP. |
| PPI Loopback |
A simulation adapter that allows the TX PPI signals to be directly connected to the RX PPI signals for a simple loopback connection without the MIPI D-PHY IP in the fast simulation variant. |
| MIPI D-PHY RX |
MIPI D-PHY receiver IP in a configuration compatible with the MIPI DSI-2 TX IP. |
| MIPI DSI-2 RX Model |
This is a behavioral model of a MIPI DSI-2 receiver, used to recover the video data from the RX PPI for checking. |
| Video Checker |
Compares the video pixel data against the data transmitted. If any mismatch is detected, simulation errors are produced. |