Kaleb Barrett
Kaleb Barrett
This is already fixed on master.
Oh... totally missed that. Good catch!
I don't think we want simulator ifdefs in our examples. I will refactor the example and paste it on the README.
We aren't going to add special code to support Verilator here. I get the need to mark signals as forceable, we already have to do that to make them viewable,...
We have plenty of proprietary testing now. If it works the last thing is to add a newsfrag.
Looks like we should handle this somewhere between the GPI (ideal) and the Python handle objects (less than ideal). But we should normalize the names so they are easier to...
Should we make a 3.0 milestone?
I see the vpi_put_value on the signal and the later vpi_get_value returning an unexpected string. 99% sure this is a GHDL issue.
Blocked by #3608. I plan on making a `PackedObject` and splitting `LogicObject` into `LogicObject` (for logic scalars) and `LogicArrayObject` (for single dimension logic arrays). `PackedObject` requires `GPI_PACKED_STRUCT` from that commit.
@imphil That sounds better for us. I think we should still do this for something better for users.