Variable: verilog-auto-inst-first-section

verilog-auto-inst-first-section is a variable defined in verilog-mode.el.gz.

Value

nil

Documentation

Local first-in-section for verilog-auto-inst-first.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
;;(verilog-auto-inst-port "" (list "foo" "[5:0]") 10 (list (list "foo" "a@\"(% (+ @ 1) 4)\"a")) "3")
;;(x "incom[@\"(+ (* 8 @) 7)\":@\"(* 8 @)\"]")
;;(x ".out (outgo[@\"(concat (+ (* 8 @) 7) \\\":\\\" ( * 8 @))\"]));")

(defvar verilog-auto-inst-first-section nil
  "Local first-in-section for `verilog-auto-inst-first'.")