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

PseudoLRU power-of-2-plus-1 #2498

Merged
merged 2 commits into from
Jun 3, 2020
Merged

PseudoLRU power-of-2-plus-1 #2498

merged 2 commits into from
Jun 3, 2020

Conversation

ingallsj
Copy link
Contributor

@ingallsj ingallsj commented Jun 1, 2020

Related issue: introduced by #2493

Type of change: bug report

Impact: API fix (no impact on existing code)

Development Phase: implementation

Release Notes
#2493 introduced Chisel->Firrtl generation errors when generating an odd number of PLRU ways (5 or greater).

@ingallsj ingallsj added the bug label Jun 1, 2020
@ingallsj ingallsj requested a review from debs-sifive June 1, 2020 23:35
Copy link
Contributor

@debs-sifive debs-sifive left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the prompt fix!

@ingallsj ingallsj merged commit c0d0f71 into master Jun 3, 2020
@ingallsj ingallsj deleted the plruPow2Plus1 branch June 3, 2020 07:01
mwachs5 pushed a commit that referenced this pull request Jun 24, 2020
* PLRU handle power-of-2-plus-1 number of ways (for example: 5)

* PLRUTest passing 5 ways
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants