Wilson Snyder

Results 1229 comments of Wilson Snyder

P.S. Would suggest get the tests in place and parsing, but have e.g. V3LinkParse just throw the existing SPECIFYIGN warning. That is, move the warning from verilog.y to V3LinkParse looking...

Thanks for the good report. Might you try a fix for this? It's using VlNull{} because it thinks it's a class reference, just changing to normal nullptr should work. In...

Sorry, I lost that you made a fix for this, might you please file a pull request and we'll work on getting this merged?

@fonarick any chance you will be able to finish this off or should I close it?

Even better to update an existing test, as long as you did a one time checked the bug test case itself is fixed and believe the test update covers it.

Verilator currently, in V3Tristate, when it sees the z tristate assignment, makes the mis-assumption that every assignment is a separate driver to the net, regardless of later procedural overrides. I...

Is "words" properly in-bounds for the variables passed where the function is used? (Bug even if not). Does "--runtime-debug" flag any issues around this? Does "gcc" versus "clang" do differently?...

Also if first two are clean, and gcc works, try a newer clang++ version (or a different OS distro with a newer clang++ version). Which are you using?

You are hitting a new gcc bug. What version of gcc are you using? Did you try the latest gcc? Run gcc with "-Q" on that file only and see...

Closing; assuming you've reported this to the gcc maintainers.