Linear Feedback Shift Register in VHDL and Verilog
More info on this https://www.nandland.com/vhdl/modules/lfsr-linear-feedback-shift-register.html
This repository can be imported for use in your own projects. I have found success using git subtree.
First navigate to a directory in which to import this repository. Then do:
git subtree add --prefix lfsr https://github.com/nandland/lfsr.git main --squash
To pull in latest changes:
git subtree pull --prefix lfsr https://github.com/nandland/lfsr.git main --squash