Skip to content

[BUG] Module instantiation doesn't instantiate parameters #479

@toTheSky

Description

@toTheSky

Describe the bug
Module instantiation instantiates ports but not parameters.

Environment (please complete the following information):

  • OS: Win 11
  • VS Code version 1.88.0
  • Extension version 1.13.5
  • ctags version v6.1.0 x64

Steps to reproduce
Steps to reproduce the behavior:

  1. Run Command Palette
  2. Type and run "Verilog: Instantiate Module"
  3. Select Verilog of SystemVerilog file
  4. See error

Log
I don't know where the log is located.

Expected behavior
Parameters should be instantiated too.

Actual behavior
Only ports are instantiated.

Additional context
I tried to add additional arguments to ctags path (ctags.exe --fields-Verilog=+{parameter}) but it does't help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions