We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LogicArray
Currently, to assign a group of elements in a LogicArray, you need to operate on each of elements you're interested in individually. This is tiresome.
elements
Some automation that allows assigning a range or ranges of elements in a LogicArray all at once.
No response
There's some discussion to be had on API design.
The text was updated successfully, but these errors were encountered:
LogicStructure
Hey Max, I would like to take this one on
Sorry, something went wrong.
reference: panda
Case: data[i:j] = Const(defaultValue) data[i:j] = [Const(value1), Const(value2)] or LogicArray() of length (j-i+1)
data[i:j] = Const(defaultValue)
data[i:j] = [Const(value1), Const(value2)]
Issue #377: assign a logic subset to logic (array) (#456)
05f6cba
Closed in #456
RPG-coder-intc
Successfully merging a pull request may close this issue.
Motivation
Currently, to assign a group of elements in a
LogicArray
, you need to operate on each ofelements
you're interested in individually. This is tiresome.Desired solution
Some automation that allows assigning a range or ranges of elements in a
LogicArray
all at once.Alternatives considered
No response
Additional details
There's some discussion to be had on API design.
The text was updated successfully, but these errors were encountered: