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

Support ArrayLayouts in assign #640

Merged
merged 4 commits into from
Apr 2, 2024
Merged

Support ArrayLayouts in assign #640

merged 4 commits into from
Apr 2, 2024

Conversation

tilk
Copy link
Member

@tilk tilk commented Apr 2, 2024

Related to #629.

@tilk tilk added the enhancement New feature or request label Apr 2, 2024
@xThaid
Copy link
Contributor

xThaid commented Apr 2, 2024

Can we also add support for plain lists of signals, i.e.:

layout = ...
s1 = data.View(data.ArrayLayout(layout, 4))
s2 = [Signal(layout) for _ in range(4)]

m.d.comb += assign(s1, s2)

@xThaid xThaid mentioned this pull request Apr 2, 2024
6 tasks
@tilk
Copy link
Member Author

tilk commented Apr 2, 2024

Can we also add support for plain lists of signals

Yes.

@tilk tilk merged commit 99c8808 into master Apr 2, 2024
8 checks passed
@tilk tilk deleted the tilk/assign-arraylayout branch April 2, 2024 20:20
github-actions bot pushed a commit that referenced this pull request Apr 2, 2024
tilk added a commit to kuznia-rdzeni/transactron that referenced this pull request Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants