verilog-auto-reset-blocking-in-non
verilog-auto-reset-blocking-in-non is a variable defined in `
verilog-mode.el
'.
Its value is
t
- This variable is safe as a file local variable if its value
satisfies the predicate `verilog-booleanp'.
Documentation:
Non-nil means AUTORESET will reset blocking statements.
When true, AUTORESET will reset in blocking statements those
signals which were assigned with blocking assignments (=) even in
a block with non-blocking assignments (<=).
If nil, all blocking assigned signals are ignored when any
non-blocking assignment is in the AUTORESET block. This allows
blocking assignments to be used for temporary values and not have
those temporaries reset. See example in `verilog-auto-reset'.
You can customize this variable.
This variable was introduced, or its default value was changed, in
version 24.1 of Emacs.