• Wilson Snyder's avatar
    * verilog-mode.el (verilog-forward-sexp, verilog-calc-1): Support · fd9ea9d3
    Wilson Snyder authored
    "disable fork" and "fork wait" multi word keywords, suggested by
    Steve Pearlmutter.
    (verilog-pretty-declarations): Support lineup of declarations in
    port lists.
    (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
    fix bug for /* / comments
    (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
    Speed up and simplfy as this is never called with a bound.
    (verilog-pretty-declarations): Enhance to line up declarations
    inside a parameter list, suggested by Alan Morgan.
    (verilog-pretty-expr): Tune assignment regular expression match
    string for corner cases; also use markers instead of character
    number as indent changes the later.
    (verilog-type-keywords): Fix pulldown as missing
    keyword.
    (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
    causing truncation of AUTOWIRE signals.  Reported by Bruce
    Tennant.
    (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
    AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
    Tennant.
    (verilog-keywords):
    (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
    1800-2009 keywords, including "global.".
    fd9ea9d3
ChangeLog 444 KB