feat(parlio): support parlio gdma eof on p4 rev3.0

This commit is contained in:
Chen Jichang
2025-11-21 11:46:04 +08:00
committed by morris
parent dc97085a2e
commit fe15c3efa8
3 changed files with 3 additions and 2 deletions

View File

@@ -325,7 +325,7 @@ The waveform of the external clock input is shown below:
.. note::
Due to hardware limitations, the bitstream generated by the BitScrambler cannot change the length compared to the original bitstream, otherwise transmission blocking or data loss may occur.
Due to hardware limitations, on chip versions prior to rev3.0, the bitstream generated by the bitscrambler must have the same length as the original bitstream, otherwise transmission blocking or data loss may occur.
:cpp:func:`parlio_tx_unit_decorate_bitscrambler` and :cpp:func:`parlio_tx_unit_undecorate_bitscrambler` need to be used in pairs. When deleting the TX unit, you need to call :cpp:func:`parlio_tx_unit_undecorate_bitscrambler` first to remove the BitScrambler.