Kaleb Barrett

Results 630 comments of Kaleb Barrett

I'm fine with removing these and the proposed replacement. The only reason that `signed_integer` and `integer` were added was to maintain some amount of interface compatibility with BinaryValue to make...

So what do we need to support for conversions? I'm thinking we need to support conversion to and from `int`s as if they were bitvectors and also as if they...

Actually, `bytes` is kinda difficult to reason about. What bytes get mapped where? What are "successive memory locations"? Is it on the right or the left?

Right. And this is not the first issue about this that has been reported. We should consolidate. EDIT: nvm, apparently the others were discussion or gitter posts as I don't...

Soon™. But take your time if you need it. The core of cocotb-coverage will continue to work regardless. EDIT: Oh, cocotb 2.0 you mean. That will be about the beginning...

This is a general problem, towncrier was just an example. I have no interest in a towncrier based picker. The next version guessing algo assumes it will bump the minor...

There does not appear to be.

> Another way is to implement some sort of SplitSignal helper object that provides several internal signal objects that can be connected to different simulation components, appropriately managing the flow...

Perhaps we need to add a case where we expect the type, but throw the object away because we know it isn't valuable?