Kaleb Barrett

Results 630 comments of Kaleb Barrett

What I had envisioned was a new GPI method to get the direction so the Python code could use that instead of guessing based on the range. I want the...

I'll have a look at the Questa logs in a few hours, but the implementation is looking good so far. I would update the typing in `simulator.pyi` file and if...

`get_range` now returns 3 values. Also I forgot there is also the documentation/annotation in simulatormodule.cpp for that function that should be updated for the new return value as well.

Yeah looks like cocotb is seeing array's be 0 length that aren't when using Questa's VHPI.

I guess for now we will have to use the old behavior when using Questa's VHPI. You'll have to add an ifdef with logic that guesses the direction for now....

Oh, maybe add a newsfragment, this is a useful new feature.

@Jonah-Foley We are open to pull requests. Seems like a simple one.

@imphil Is #3447 slated to be included in the backports for 1.9? @Jonah-Foley You probably don't need to do a PR. We'll make sure that #3447 ends up in the...

I think using the builtin `hex()` function does the same thing. Hmmm... Looks like this could be helped by implementing `__index__` so that `hex(logic_array_value)` works.

@davekeeshan We added support for binstr setter back for backwards compat.