Sergey Sokolov
Sergey Sokolov
Is the feature basically asking for aligning commas?
I see. Although this is inline with the style guide "Adding whitespace to cause related things to align is encouraged.", from my experience with the code this particular alignment of...
+1 for automatic. Also I looked the image up and it is still around one gigabyte, which is really a lot to download each time. Is there a way to...
Update: I had some pieces of the support ready in the internal CL, and I was asked by the project maintainers to contribute to this open sourced repository instead (which...
> Adding @snsokolov for verilog expertise: do you think the above auto-fix suggestions would be reasonable and correct ? As it was noted above, changing blocking to non-blocking could be...
$random breaks reproducibility: Quote from the style guide: "$random and $dist_*: these functions should not be used as they are not part of the SystemVerilog random stability model and may...
I checked other pragmas from LRM and looks like none of them is creating a new partition - i.e. formats to a single line. I guess tree_unwrapper.cc:SetIndentationsAndCreatePartitions needs to be...