Alex Mykyta
Alex Mykyta
Python 3.5 has been officially [deprecated since 2020-09-13](https://endoflife.date/python) However, some older operating systems which use py3.5 by default have not reached their EOL yet. For example - Ubuntu 16.04 (which...
SystemRDL 2.0's constraints is the last major feature that is currently unimplemented. Currently, any RDL that contains a constraint block will fail to compile. * An elaborated constraint is exposed...
Two issues, likely related **Setup:** Ubuntu GNOME 17.04 I have two user accounts on this machine "A" and "B" Machine logs into "A" by default. **Logout hangs** When logging out...
Thanks for the super quick fix for #4593! Expanding the scope of Verilator on my end and found some more edge cases related to clocking blocks that Verilator disagrees with....
# Background One long-standing issue about the compiler I have been meaning to address is the mechanism for reporting error & warning messages. Rather than using [Python's built-in logging library](https://docs.python.org/3/library/logging.html),...
Currently the importer API only allows building components with "regular" property values. Add support for assigning instance and property references to component properties. Some considerations to be aware of: *...
Thanks for the great plugin! Not sure if this is already supported or not, but it could be useful in some situations to also show the macro's value in the...
Currently all extensions are discovered and imported unconditionally upon each invocation of the tool. This is not great. Instead, rework the command-line processor so that the specific exporter plugin is...
Splitting this into a separate request described by @risto97 in #17: > Did you think of separating peakrdl from all of the plugins, so they are not installed when installing...