OpenTimer / Parser-Verilog

A Standalone Structural Verilog Parser
MIT License
79 stars 33 forks source link

generate compile_commands.json for IDEs #12

Open bestouff opened 2 years ago

bestouff commented 2 years ago

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.

bestouff commented 2 years ago

Also there's a symlink created at the root of the project, pointing into the build/ directory where the file is generated.