• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
        • Warnings
        • Primitives
        • Use-set
        • Syntax
        • Getting-started
        • Utilities
        • Loader
        • Transforms
        • Lint
        • Mlib
        • Server
        • Kit
          • Vl-model
          • Vl-json
          • Vl-gather
          • Vl-server
          • Vl-pp
          • Vl-lint
          • Vl-main
          • Vl-toolkit-other-command
            • Vl-toolkit-other-command-default
            • Vl-help
          • Printer
          • Esim-vl
          • Well-formedness
        • Sv
        • Fgl
        • Vwsim
        • Vl
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Vl-toolkit-other-command

    Vl-toolkit-other-command-default

    Signature
    (vl-toolkit-other-command-default command args state) → state
    Arguments
    command — Guard (stringp command).
    args — Guard (string-listp args).

    Definitions and Theorems

    Function: vl-toolkit-other-command-default

    (defun vl-toolkit-other-command-default (command args state)
      (declare (xargs :stobjs (state)))
      (declare (xargs :guard (and (stringp command)
                                  (string-listp args))))
      (let ((__function__ 'vl-toolkit-other-command-default))
        (declare (ignorable __function__))
        (progn$ (die "Unknown command ~s0.~%" command)
                state)))