Kaleb Barrett
Kaleb Barrett
I was hoping. Now that it's shifted to "Holidays 2024" I have some more time to actually implement this change.
#4318 separates `LogicObject` into scalar `LogicObject` and array'd `LogicArrayObject`, which return scalar `Logic` and `LogicArray` respectively. `Logic.__bool__` works as one would expect, #4143 introduced a deprecated bool cast for LogicArray...
NVC is not supported on Windows in 2.0. This support was just added to master and was also backported to be a part of the 2.0.1 release. Considering this has...
Is GHDL returning a different VPI type for std_logic signals now?
`TypeVar`s aren't properly documented or linking like they used to.
@cmarqu Is this still an issue?
This is an upstream issue. We thought it was fixed, but it is not. It seems to be due to a bug in autoconf that has been fixed upstream there,...
@ilevkivskyi > Btw, what are the cases where you think people will want nominal checks instead of protocols? Numeric tower inter-operating with the builtin types requires nominal typing and requires...
@NeilGirdhar That's not equivalent. Sfixed *is* a subtype of LogicArray by its nature. Not only is it intuitively not correct, it will create more work. For example, lets say you...
@NeilGirdhar > LogicArray is like numpy.ndarray and should be generic That will also not work, unfortunately. Subtypes have more operations on them. For example, `Sfixed + int` is defined, `LogicArray...