nandland / lfsr

Linear Feedback Shift Register in VHDL and Verilog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LFSR

Linear Feedback Shift Register in VHDL and Verilog

More info on this https://www.nandland.com/vhdl/modules/lfsr-linear-feedback-shift-register.html

How to Use

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

About

Linear Feedback Shift Register in VHDL and Verilog

License:MIT License


Languages

Language:VHDL 55.9%Language:Verilog 44.1%