mshr-h / vscode-verilog-hdl-support

HDL support for VS Code
MIT License
296 stars 78 forks source link

Improved error parsing when using verilator #491

Closed alex-the-new-guy closed 3 months ago

alex-the-new-guy commented 3 months ago

Fixed/improved problem matcher regex, added support for parsing a whole project (theoretically) instead of current file only. Guess that's it.

mshr-h commented 3 months ago

Thanks! I'll review it in a few days.

alex-the-new-guy commented 3 months ago

When / if you look at this, have a look at this, have a look at precise_highlight branch I've added highlighting based on Verilator-provided messages and parsing for additional messages that elaborate the issue.

It's not production-quality code yet and the whole thing turned into a bit of a mess, but main functionality is there.

mshr-h commented 3 months ago

@alex-the-new-guy LGTM. Thanks! I'll also check your email later.