We use cookies to provide our visitors with an optimal site experience. View our privacy notice and cookie notice to learn more about how we use cookies and how to manage your settings. By proceeding on our website you consent to the use of cookies.
...
Table 1 describes the TMDS encoder’s ports.
Table 1. Port Descriptions
Port | Width | Mode | Data Type | Interface | Description |
---|---|---|---|---|---|
clk | 1 | in | standard logic | user logic | System clock. |
disp_ena | 1 | in | standard logic | user logic | 0: outputs control word based on the control input 1: outputs encoded 10-bit data based on 8-bit data input |
control | 2 | in | standard logic vector | user logic | MSB is control bit C1, and LSB is control bit C0 |
d_in | 8 | in | standard logic vector | user logic | 8-bit data to be encoded |
q_out | 10 | out | standard logic vector | user logic | 10-bit encoded output |
...