• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • 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
            • Vls-scannedalist-p
            • Vls-loadedalist-p
            • Vls-commands
            • Vls-data-p
            • Vl-server-opts-p
            • Vl-descriptionlist-summaries
            • Vls-transdb
            • Vl-describe
            • Ts-queue
            • Vls-get-plainsrc
            • Vl-description->warnings
            • Vls-showloc
            • File-layout
            • Vls-remove-from-scannedalist
            • Vls-describe
            • Vl-server-top
            • Vls-port-table
            • Vl-find-description-insensitive
            • Vls-get-warnings
            • Vls-get-summary
            • Vls-get-origsrc
            • Vl-ppc-description
            • Vls-get-parents
            • Vls-get-children
            • Vls-data-origname-reportcard
            • Vls-data-from-zip
            • Start
            • Vls-make-scannedalist
            • Vls-get-summaries
            • Vls-get-unloaded-json
            • Vls-get-desctypes
            • Vls-scannedalist-to-json
            • Vls-loadedalist-to-json
            • Vl-description-summary
            • *vl-server-help*
              • Vl-descalist->descriptions/types
              • Stop
            • Vl-gather
            • Vl-zip
            • Vl-main
            • Split-plusargs
            • Vl-shell
            • Vl-json
          • Mlib
          • Transforms
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Vl-server

    *vl-server-help*

    Value:

    "
    vl server:  Runs the VL Server (which supports the Module Browser).
    
    Usage:    vl server [OPTIONS]
    
    Options:
    
        -h,--help             Show a brief usage message and exit.
        --readme              Show a more elaborate README and exit.
        -m,--mem=GB           Default: 6 GB.  How much memory to try to
                              use.  Raising this may improve performance by
                              avoiding garbage collection.  To avoid
                              swapping, keep this below (physical_memory -
                              2 GB).
        -p,--port=ARG         Default: 9999.  What port to run on.
        -r,--root=ARG         Default: \"./translations\".  Where to find
                              translations.  See the --readme to understand
                              this.
        --public=ARG          Default:
                              \"/v/filer5b/v11q001/acl2/acl2-git-scratch/books/centaur/vl/server/public\".
                              Where to find the supporting 'public'
                              directory from the module browser's code.
                              You should be able to ignore this unless
                              you're deploying the module browser to a
                              different directory.
    
    "