vscode-verilog-hdl-support icon indicating copy to clipboard operation
vscode-verilog-hdl-support copied to clipboard

-y arguments

Open vishal-chandra opened this issue 3 years ago • 1 comments

Same issue as #86 and #51.

Getting error Unknown module type iverilog(iverilog) when instantiating modules defined in other files in project folder. In Verilog › Linting › Iverilog: Arguments I have -y ./ -Werror -Wall -Wextra. Have also tried just -y alone. What's going wrong here? What is the correct syntax for the -y flag to iverilog? Thanks.

vishal-chandra avatar Apr 07 '22 06:04 vishal-chandra

Same issue as #86 and #51.

Getting error when instantiating modules defined in other files in project folder. In I have . Have also tried just alone. What's going wrong here? What is the correct syntax for the flag to iverilog? Thanks.Unknown module type iverilog(iverilog)``Verilog › Linting › Iverilog: Arguments``-y ./ -Werror -Wall -Wextra``-y``-y

-y ./

xiaoxiangb avatar Apr 18 '22 15:04 xiaoxiangb