• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
      • Vwsim
      • Vl
        • Syntax
        • Loader
        • Warnings
        • Getting-started
        • Utilities
        • Printer
        • Kit
          • Vl-lint
          • Vl-server
          • Vl-gather
          • Vl-zip
          • Vl-main
          • Split-plusargs
          • Vl-shell
            • Vl-shell-entry
              • Vl-shell-top
              • *vl-shell-help*
            • Vl-json
          • Mlib
          • Transforms
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Vl-shell

    Vl-shell-entry

    Implementation-level vl shell command.

    Signature
    (vl-shell-entry events &key (state 'state)) → state
    Arguments
    events — Guard (true-listp events).

    This command is defined in raw Lisp, see shell-raw.lsp for details.

    Its argument is a list of ACL2 events to run before presenting the user with an interactive shell.

    Definitions and Theorems

    Function: vl-shell-entry-fn

    (defun vl-shell-entry-fn (events state)
      (declare (xargs :stobjs (state)))
      (declare (xargs :guard (true-listp events)))
      (let ((__function__ 'vl-shell-entry))
        (declare (ignorable __function__))
        (progn$ (die "Raw lisp definition not installed?")
                state)))