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

Changed Array to Seq in MuxLookup explantation #3547

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

madsrumlenordstrom
Copy link
Contributor

MuxLookup(idx, default)(Array(0.U -> a, 1.U -> b, ...)) was deprecated in 3.6 and now it uses MuxLookup(idx, default)(Seq(0.U -> a, 1.U -> b, ...)). However explanation in documentation still uses an Array. This PR fixes this.

@CLAassistant
Copy link

CLAassistant commented Sep 24, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@jackkoenig jackkoenig left a comment

Choose a reason for hiding this comment

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

Thanks!

@jackkoenig jackkoenig added the Documentation Only changing documentation label Sep 25, 2023
@jackkoenig jackkoenig added this to the 3.6.x milestone Sep 25, 2023
@jackkoenig jackkoenig merged commit 1ae807a into chipsalliance:main Sep 25, 2023
17 of 18 checks passed
@mergify mergify bot added the Backported This PR has been backported label Sep 25, 2023
mergify bot pushed a commit that referenced this pull request Sep 25, 2023
mergify bot pushed a commit that referenced this pull request Sep 25, 2023
mergify bot added a commit that referenced this pull request Sep 25, 2023
(cherry picked from commit 1ae807a)

Co-authored-by: Mads Rumle Nordstrøm <85681203+madsrumlenordstrom@users.noreply.github.com>
mergify bot added a commit that referenced this pull request Sep 25, 2023
(cherry picked from commit 1ae807a)

Co-authored-by: Mads Rumle Nordstrøm <85681203+madsrumlenordstrom@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backported This PR has been backported Documentation Only changing documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants