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 |
fd96557 to
b19bd35
Compare
Exact cumulative tree from original branch 494c892f5a7ee843885188c794226ef20ec2de71 in the netlist-first merge order.
4023125 to
d81f0c7
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.