Parser-Verilog
Parser-Verilog copied to clipboard
generate compile_commands.json for IDEs
trafficstars
This asks CMake to generate a compile_commands.json file so that your IDE (if it uses Language Server Protocol, like VSCode does) can properly syntax-check the files.
Also there's a symlink created at the root of the project, pointing into the build/ directory where the file is generated.