YosysHQ / imctk

Incremental Model Checking Toolkit
Other
5 stars 2 forks source link

Improve and extend our custom collection types #8

Open jix opened 2 months ago

jix commented 2 months ago

We're using quite a few custom collection types, mostly TableSeq, IdVec or collections built on top of them (like IndexedIdVec) or otherwise related to TableSeq or Id types. I want to improve these in the following ways:

jix commented 2 months ago

I've started implementing some of this, as I needed it for something else I was working on, but I still need to extract it into a separate branch to turn it into at least a WIP PR.

jix commented 1 month ago

The PR #13 adds SetSeq and IdSetSeq.

jix commented 3 weeks ago

PR #17 provides the order preserving types mentioned in the issue