verilog code for lfsr
Marvin Zemlak DDS
—
d updating the register on each clock cycle using XOR feedback. For example, using taps at bits 4 and 3 for a maximal-length sequence. What are common feedback polynomials used in Verilog LFSR designs? Common feedback polynomials for maximal-length LFSRs include x^4 + x + 1, x