Skip to content

feat: add verilog/system-verilog support#443

Merged
tirth8205 merged 4 commits into
mainfrom
merge/pr428-verilog
May 7, 2026
Merged

feat: add verilog/system-verilog support#443
tirth8205 merged 4 commits into
mainfrom
merge/pr428-verilog

Conversation

@tirth8205
Copy link
Copy Markdown
Owner

Resolves #428 - fork PR had conflicts with main. This is the conflict-resolved version.

Cherry-picked from chuanseng-ng/code-review-graph feature/add-sv-support branch (commits 94e1e93, 7aa18cc, 25c2bf0, 4f8124b), keeping all existing functionality (Nix, Java Spring DI, C++ scoped methods) alongside new Verilog support.

Changes:

  • Adds .sv, .svh, .v, .vh file extension mappings to "verilog" language
  • Parses module, interface, task, function constructs in SystemVerilog/Verilog
  • Creates CALLS edges for module instantiations (attributed to enclosing module)
  • Creates IMPORTS_FROM edges for package imports
  • Adds sample.sv fixture and TestVerilogParsing test class

Co-authored-by: Ng Chuan Seng [email protected]

@tirth8205 tirth8205 merged commit 09b631e into main May 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants