Oscar Gustafsson
Oscar Gustafsson
(Slightly related: it seems like some tools warns for this. https://github.com/VUnit/vunit/pull/1102)
Related request for vhdl-ls (so more people want to have warning for this): https://github.com/VHDL-LS/rust_hdl/issues/364
I *think* that an alternative option may be to add a different "waveform backend" that stores previous values in memory and responds to CXXRTL queries. That is no small task...
> BTW I don't think parallel writing is particularly useful to NVC at the moment as it doesn't do multi-threaded simulation. Ahh, then I didn't read that part of the...
Slightly unrelated, but if we decide to update this many PNGs, it should be a good time to add an oxipng pre-commit hook. https://github.com/shssoichiro/oxipng I would expect that the sizes...
Thank you! Some minor comments to consider. (Hard to say which one we will go with in the end, so for what it is worth.) I think that incorrect input...
VUnit has support for two different XML-formats (X/JUnit like) and the documentation says: ``` “jenkins” = Output stored in , “bamboo” = Output stored in ```
Not obvious why this kills all Linux tests, but no Windows or Mac tests.
This looks extremely fragile. After a rebase I get even more errors... Especially, it seems like the conversion from PDF to PNG is affected for some unknown reason. An example:...
I cannot run the whole test suite locally in one go as I get a `Fatal Python error: Illegal instruction` every now and then. Most tests that fails here pass...