Unai Martinez-Corral

Results 593 comments of Unai Martinez-Corral

FTR, other changes to AXI-Stream a few days before #429, introduced another partial regression as explained in #494. Does GitHub allow to easily compare v4.0.8 and v4.2.0 of subdir https://github.com/VUnit/vunit/tree/master/vunit/vhdl/verification_components/src...

FTR, as commented in ghdl/ghdl#752, it seems that this clock alignment issue might have further effects than the glitch or additional cycle. The workaround in https://github.com/VUnit/vunit/issues/494#issuecomment-494167501 should provide control over...

@rodrigomelo9 we picked one of the commits in #731. Can you please rebase?

@jondhoor, not yet. There were some recent dialogues about how to programmatically filter the tests to be executed: #741, #740. You might follow a similar approach, along with using VUnit...

FTR, https://github.com/VHDL/Compliance-Tests/blob/master/run.py shows a possible approach to override which sources to include, which tests to run and how to build a report "manually". That can be an inspiration for prototyping...

> I guess it should be possible to detect based on the timestamps what files have changed and need to be re-tested? ~~@siziegler that is done by VUnit already, by...

@LarsAsplund, see #758, which fixes most of the linting/format/f-string issues.

I'm not sure it is correct to avoid undefined signals. The undefined value exist for it to be used... See https://github.com/stnolting/neorv32/issues/128#issuecomment-880546512.

@LarsAsplund after the discussion in #757, I updated this PR to include a larger and coloured note about the breaking change. I also updated the documentation to make the content...

@kraigher, I think this is ready for a preliminary review.