Variable: verilog-cache-enabled
verilog-cache-enabled is a variable defined in verilog-mode.el.gz.
Value
t
Documentation
Non-nil enables caching of signals, etc.
Set to nil for debugging to make things SLOW!
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/verilog-mode.el.gz
;;
;; Module Information
;;
;; Many of these functions work on "modi" a module information structure
;; A modi is: [module-name-string file-name begin-point]
(defvar verilog-cache-enabled t
"Non-nil enables caching of signals, etc.
Set to nil for debugging to make things SLOW!")