1534 - LSFR IP: How do users set the "Feedback Polynomial" when implementing the Linear Feedback Shift Register (LFSR) Arithmetic Module in IP express?
This question can be answered best by going over an example. Let's assume the user would like to implement a 64-bit LFSR with polynomial X^64+X^4+X^3+X^1+1. Excluding the + 1 at the end of the polynomial above, user should create a binary string that ...