Skip to content

Conversation

rumlenordstroem
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
@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