We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code snippet like below /*AUTOINPUT*/
/*AUTOINPUT*/
generated like below
input a; input [7:0] b;
the setting is below
verilog-auto-declare-nettype="wire" verilog-auto-wire-type="wire"
after some investgation, it seems that when I set the auto-wire-type, the declare nettype is not work
The text was updated successfully, but these errors were encountered:
verilog-auto-wire-type is only for AUTOLOGIC/AUTOWIRE. verilog-auto-declare-nettype should work though, see this example: https://github.com/veripool/verilog-mode/blob/master/tests/autoinput_none.v
Sorry, something went wrong.
No branches or pull requests
Code snippet like below
/*AUTOINPUT*/
generated like below
the setting is below
after some investgation, it seems that when I set the auto-wire-type, the declare nettype is not work
The text was updated successfully, but these errors were encountered: