From 972c94f0b25a18bb82eceff7fbfc992e924b4eea Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 8 Oct 2019 18:12:41 +0200 Subject: [PATCH] scrambling/FIXME: SKP(Skip) symbols are no longer present in the stream (removed with SerdesRXSkipRemover) --- usb3_pipe/scrambling.py | 1 - 1 file changed, 1 deletion(-) diff --git a/usb3_pipe/scrambling.py b/usb3_pipe/scrambling.py index 904ed8b..670a091 100644 --- a/usb3_pipe/scrambling.py +++ b/usb3_pipe/scrambling.py @@ -9,7 +9,6 @@ from migen import * from litex.soc.interconnect import stream # FIXME: -# - LFSR shall be advanced for each symbol except for SKP. # - All 8b10b D-cores should be scrambled (except Training Sequence Ordered Sets). # - K codes shall not be scrambled. # - Allow enabling/disabling scrambling.