-
-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
Description
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:
- Run Command Palette
- Type and run "Verilog: Instantiate Module"
- Select Verilog of SystemVerilog file
- 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.