verilog-auto-logic
verilog-auto-logic is a compiled Lisp function in `verilog-mode.el
'.
(verilog-auto-logic)
Expand AUTOLOGIC statements, as part of M-x verilog-auto.
Make wire statements using the SystemVerilog logic keyword.
This is currently equivalent to:
/*AUTOWIRE*/
with the below at the bottom of the file
// Local Variables:
// verilog-auto-logic-type:"logic"
// End:
In the future AUTOLOGIC may declare additional identifiers,
while AUTOWIRE will not.