Kaleb Barrett
Kaleb Barrett
Added newsfragment.
Hooray version ifdefs.
I'll try that. Would it be acceptable to add a flag (to configure probably?) specifically to turn this on/off easily. This flag can then be documented.
Where can I track status on that bug report?
Consider this a +1. Type generic entities are extremely useful for RTL development with structural VHDL: type generic FIFOs, pipes, and FFs. These elements are used extensively (probably 60% of...
Finally got some examples together. https://gist.github.com/ktbarrett/6c971d08870811dddb9edb23988e2fda
@umarcor >libghdl and libghw are GPL too. I believe that's not an issue for anyone to use them. It is an issue. Linking against a GPL library is considered a...
Improve documentation for decisions around certain `list`, `dict`, `Mapping`, and `Sequence` methods
This diverges what is valid according to typing and what is valid at runtime in core libraries, which makes annotating existing code bases that might utilize this behavior *correctly* to...
Improve documentation for decisions around certain `list`, `dict`, `Mapping`, and `Sequence` methods
All of the examples I could come up with (see one below) would be serviced by a `Super`, denoting that any *supertype* is accepted, not subtype. Something that checks for...
See #147. It seems they are not interested in supporting specifying "latest" since the latest is quite old.