• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
      • Vwsim
      • Vl
        • Syntax
        • Loader
          • Preprocessor
          • Vl-loadconfig
          • Vl-loadstate
          • Lexer
            • Lex-strings
            • Lex-identifiers
            • Vl-typo-uppercase-p
            • Vl-typo-number-p
            • Vl-typo-lowercase-p
            • Lex-numbers
            • Chartypes
            • Vl-lex
            • Defchar
            • Tokens
            • Lex-keywords
              • *vl-2012-keyword-table*
              • *vl-2012-keyword-table-strict*
              • Vl-lex-simple-identifier-or-keyword
              • Vl-keyword-lookup
              • *vl-2005-keyword-table*
              • *vl-2005-keyword-table-strict*
              • Vl-keyword-table-p
              • *vl-2012-keywords*
              • Vl-full-keyword-table
              • Vl-make-keyword-table
              • *vl-extra-keywords*
              • *vl-2005-keywords*
              • Lexstate
              • Make-test-tokens
              • Lexer-utils
              • Lex-comments
              • Vl-typo-uppercase-list-p
              • Vl-typo-lowercase-list-p
              • Vl-typo-number-list-p
            • Parser
            • Vl-load-merge-descriptions
            • Vl-find-basename/extension
            • Vl-load-file
            • Vl-loadresult
            • Scope-of-defines
            • Vl-find-file
            • Vl-flush-out-descriptions
            • Vl-description
            • Vl-read-file
            • Vl-includeskips-report-gather
            • Vl-load-main
            • Extended-characters
            • Vl-load
            • Vl-load-description
            • Vl-descriptions-left-to-load
            • Inject-warnings
            • Vl-preprocess-debug
            • Vl-write-preprocessor-debug-file
            • Vl-read-file-report-gather
            • Vl-load-descriptions
            • Vl-load-files
            • Translate-off
            • Vl-load-read-file-hook
            • Vl-read-file-report
            • Vl-loadstate-pad
            • Vl-load-summary
            • Vl-collect-modules-from-descriptions
            • Vl-loadstate->warnings
            • Vl-iskips-report
            • Vl-descriptionlist
          • Warnings
          • Getting-started
          • Utilities
          • Printer
          • Kit
          • Mlib
          • Transforms
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Lex-keywords

    *vl-2005-keywords*

    IEEE STD 1364-2005, Annex B, List of Keywords.

    Definition: *vl-2005-keywords*

    (defconst *vl-2005-keywords*
      '("always" "ifnone" "rnmos" "and" "incdir" "rpmos"
                 "assign" "include" "rtran" "automatic"
                 "initial" "rtranif0" "begin" "inout"
                 "rtranif1" "buf" "input" "scalared"
                 "bufif0" "instance" "showcancelled"
                 "bufif1" "integer" "signed" "case"
                 "join" "small" "casex" "large" "specify"
                 "casez" "liblist" "specparam" "cell"
                 "library" "strong0" "cmos" "localparam"
                 "strong1" "config" "macromodule"
                 "supply0" "deassign" "medium" "supply1"
                 "default" "module" "table" "defparam"
                 "nand" "task" "design" "negedge"
                 "time" "disable" "nmos" "tran" "edge"
                 "nor" "tranif0" "else" "noshowcancelled"
                 "tranif1" "end" "not" "tri"
                 "endcase" "notif0" "tri0" "endconfig"
                 "notif1" "tri1" "endfunction"
                 "or" "triand" "endgenerate" "output"
                 "trior" "endmodule" "parameter" "trireg"
                 "endprimitive" "pmos" "unsigned"
                 "endspecify" "posedge" "use" "endtable"
                 "primitive" "uwire" "endtask" "pull0"
                 "vectored" "event" "pull1" "wait"
                 "for" "pulldown" "wand" "force" "pullup"
                 "weak0" "forever" "pulsestyle_onevent"
                 "weak1" "fork" "pulsestyle_ondetect"
                 "while" "function" "rcmos"
                 "wire" "generate" "real" "wor" "genvar"
                 "realtime" "xnor" "highz0" "reg"
                 "xor" "highz1" "release" "if" "repeat"))