The 3-channels Aurora wrapper
aurora_apps_tx_x3ln_channel_wrapper.v is a simplified and cleaned-up RTL of
aurora_apps_tx_x3ln_support.v with the below changes:
- Tied off all DRP ports.
- Tied off unused GTX control ports.
- Consolidate the DIFFCTRL, post-, pre- and main- cursor controls of all three
channels to one.
- Removal of the
aurora_apps_tx_x3ln_clock_module (the clock module is moved to the
aurora_apps_tx_x12ln.v so all four channels can share the same user clock). See
Section 4.3.3.8 for details).
The purpose of cleaned-up RTL is to
simplified I/O port list for ease of component instantiation in the next
section.