Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module for LFSR #47

Closed
wants to merge 1 commit into from
Closed

Module for LFSR #47

wants to merge 1 commit into from

Conversation

akhil-123
Copy link

@akhil-123 akhil-123 commented Apr 3, 2018

This code is for LFSR which will be used in IBERT project issue: #38

Fully parametrizable combinatorial parallel LFSR module. Implements an unrolled LFSR
next state computation, shifting DATA_WIDTH bits per pass through the module. Input data
is XORed with LFSR feedback path.

@akhil-123 akhil-123 changed the title Module for LFSR Module for LFSR for [LiteX] Create a litescope based "Integrated Bit Error Ratio Tester" (iBERT) clone #38 Apr 5, 2018
@akhil-123 akhil-123 changed the title Module for LFSR for [LiteX] Create a litescope based "Integrated Bit Error Ratio Tester" (iBERT) clone #38 Module for LFSR Apr 5, 2018
@akhil-123 akhil-123 closed this Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant