New LogicArrayOf datatype - #686
Conversation
|
Note: we should consider how this interacts with Enums (#599) |
|
I'm wondering if we should convert |
That is a cool idea, I haven't looked deeply into your implementation yet but conceptually that sounds good |
|
I tested this with PR #599, and it is compatible; we can create |
4023125 to
d81f0c7
Compare
d81f0c7 to
fda393a
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fda393a to
4a15ed5
Compare
Description & Motivation
It would be nice to not lose abstraction when we pack typed
Logics (likeLogicStructures) into aLogicArray. This helper class gives us a new datatype that retains the type and still supports array operations.Related Issue(s)
None.
Testing
Basic testing of the class.
Backwards-compatibility
No
Documentation
Yes, the ROHD API for
LogicArrayis extended to cover this class.