You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameters: number of lanes, whether or not to use a per-lane LFSR
Relevant spec sections: 4.4.1
Note that Chisel has an LFSR implementation, but we may need to explicitly configure the LFSR polynomial as specified in the spec.
Define scrambler interface (IO)
Implement scrambler
Write testbenches
Write documentation
The text was updated successfully, but these errors were encountered:
Parameters: number of lanes, whether or not to use a per-lane LFSR
Relevant spec sections: 4.4.1
Note that Chisel has an LFSR implementation, but we may need to explicitly configure the LFSR polynomial as specified in the spec.
The text was updated successfully, but these errors were encountered: