soc/cores: add PRBS (Pseudo Random Binary Sequence) Generator/Checker
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 10 Jun 2019 14:05:36 +0000 (16:05 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 10 Jun 2019 14:05:36 +0000 (16:05 +0200)
commit243d7c76963c3119006048211d90a9b8c64e4b0a
tree6051e0a33d88a9936b07bc99b1e767b85fb2158c
parentcfa952b062494ce64aa13ff7cd036c4dbf877ac5
soc/cores: add PRBS (Pseudo Random Binary Sequence) Generator/Checker

Imported from LiteICLink. PRBS can be useful for different purposes, so is
better integrated in LiteX.
litex/soc/cores/prbs.py [new file with mode: 0644]